7118
|
1 2007-11-07 David Bateman <dbateman@free.fr> |
|
2 |
7119
|
3 * plot/__go_draw_axes__.m: Fix surfaces for gnuplot 4.0 and for |
|
4 the meshc.m function. |
|
5 * plot/meshc.m: Also use the surface function. |
|
6 |
7118
|
7 * plot/surfc.m, plot/meshc.m: New files. |
|
8 * plot/Makefile.in (SOURCES): Add them to the list. |
|
9 Also add pcolor.m, shading.m, surf.m, and surface.m to the list. |
|
10 |
7117
|
11 2007-11-07 Michael Zeising <michael@michaels-website.de> |
|
12 |
|
13 * audio/wavwrite.m, audio/wavwrite.m: Correct sample scaling. |
|
14 |
7115
|
15 2007-11-07 John W. Eaton <jwe@octave.org> |
|
16 |
|
17 * plot/__go_draw_axes__.m: Also set have_data to false if any of |
|
18 the data limits are infinite. |
|
19 (get_data_limits): Don't do anything if xdat or tx are empty. |
|
20 (get_axis_limits): Don't do anything if min_val or max_val are |
|
21 infinite. |
|
22 |
7112
|
23 2007-11-06 David Bateman <dbateman@free.fr> |
|
24 |
|
25 * plot/hist.m: Pass any additional arguments to bar for |
|
26 treatment. Create a default x value that is always a vector. |
|
27 |
7111
|
28 2007-11-06 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
29 |
|
30 * pkg/pkg.m.m: Check for environment variables CC, CXX, AR, RANLIB |
|
31 when calling ./configure and add quotes to preserve spaces. |
7109
|
32 |
|
33 2007-11-06 Kai Habel <kai.habel@gmx.de> |
|
34 |
|
35 * plot/pcolor.m, plot/shading.m, plot/surf.m, plot/surface.m: |
|
36 New files. |
|
37 * plot/mesh.m: Call surface to do the real work. |
|
38 * plot/__go_draw_axes__.m: Use pm3d mode to handle new surface |
|
39 properties. |
|
40 |
|
41 * image/colormap.m: Also return current colormap if nargout and |
|
42 nargin are both 0. |
|
43 |
7106
|
44 2007-11-05 Michael Goffioul <michael.goffioul@gmail.com> |
|
45 |
|
46 * startup/inputrc: Delete key bindings starting with \340 code. |
|
47 |
7112
|
48 2007-11-05 David Bateman <dbateman@free.fr> |
7101
|
49 |
|
50 * linear-algebra/__norm__.m: Scale frobenius norm by infinity norm |
|
51 to avoid issues of over- and underflow. From Rolf Fabian |
|
52 <Rolf.Fabian@gmx.de>. |
|
53 |
7097
|
54 2007-11-02 Olli Saarela <Olli.Saarela@kcl.fi> |
|
55 |
|
56 * time/asctime.m, general/structfun.m: Fix broken @examples in |
|
57 help texts. |
|
58 |
7096
|
59 2007-11-02 Kai Habel <kai.habel@gmx.de> |
|
60 |
|
61 * plot/bar.m, plot/barh.m: Doc fix. |
|
62 |
7094
|
63 2007-10-31 John W. Eaton <jwe@octave.org> |
|
64 |
|
65 * plot/__go_draw_axes__.m: Call undo_string_escapes on obj.keylabel. |
|
66 |
7086
|
67 2007-10-31 Michael goffioul <michael.goffioul@gmail.com> |
|
68 |
|
69 * plot/subplot.m: Ignore legend objects when parsing existing axes |
|
70 objects and legend objects are implemented with a separate axes |
|
71 object. |
|
72 |
7078
|
73 2007-10-30 David Bateman <dbateman@free.fr> |
|
74 |
7081
|
75 * control/base/DEMOcontrol.m: Doc fixes for small book format. |
|
76 |
7078
|
77 * plot/__go_draw_axes__.m (do_linestyle_command): |
|
78 Use point type 0 for ".". |
|
79 |
7073
|
80 2007-10-26 John W. Eaton <jwe@octave.org> |
|
81 |
7074
|
82 * image/imshow.m: Improve compatibility. |
|
83 * image/image.m: Return handle if nargou > 0. |
|
84 |
7073
|
85 * pkg/pkg.m: Delete PKG_ADD directive for autoloading packes. |
|
86 |
7069
|
87 2007-10-25 John W. Eaton <jwe@octave.org> |
|
88 |
|
89 * miscellaneous/compare_versions.m: Style fixes. |
|
90 |
7060
|
91 2007-10-24 John W. Eaton <jwe@octave.org> |
|
92 |
7061
|
93 * image/saveimage.m: Use functional form of save instead of eval. |
|
94 Use -text instead of -ascii. |
|
95 |
7060
|
96 * plot/__go_draw_axes__.m: Handle visible = "off" for axes objects. |
|
97 |
7054
|
98 2007-10-23 Peter A. Gustafson <petegus@umich.edu> |
|
99 |
|
100 * plot/legend.m: Also extract location string from varargin (lost |
|
101 when 2007-10-08 patch was applied). |
|
102 |
7049
|
103 2007-10-23 David Bateman <dbateman@free.fr> |
|
104 |
|
105 * plot/xlim.m, plot/ylim.m, plot/zlim.m, plot/__axes_limits__.m, |
|
106 miscellaneous/what.m: New functions |
|
107 * plot/Makefile.in, miscellaneous/Makefile.in (SOURCES): Add new |
|
108 functions. |
|
109 |
7045
|
110 2007-10-22 David Bateman <dbateman@free.fr> |
|
111 |
|
112 * miscellaneous/cputime.m, time/tic.m, time/toc.m: Delete. |
|
113 * miscellaneous/Makefile.in (SOURCES): remove cputim.m |
|
114 * time/Makefile.in (SOURCES): Remov tic.m and toc.m |
|
115 |
7042
|
116 2007-10-19 Kai Habel <kai.habel@gmx.de> |
|
117 |
|
118 * plot/contourf.m: New function. |
|
119 * plot/Makefile.in (SOURCES): Add it to the list. |
|
120 |
7040
|
121 2007-10-19 John W. Eaton <jwe@octave.org> |
|
122 |
|
123 * plot/subplot.m: Doc fix. |
|
124 |
7039
|
125 2007-10-19 David Bateman <dbateman@free.fr> |
|
126 |
7041
|
127 * plot/__bar__.m, plot/fill.m: Call newplot as needed. |
7039
|
128 |
7037
|
129 2007-10-17 Carlo de Falco <kingcrimson@tiscali.it> |
|
130 |
|
131 * plot/print.m: Handle -textspecial and -textnormal flags for fig |
|
132 output. |
|
133 |
7031
|
134 2007-10-15 S�ren Hauberg <hauberg@gmail.com> |
|
135 |
|
136 * general/rat.m, sparse/pcg.m, sparse/pcr.m, optimization/sqp.m, |
|
137 statistics/models/logistic_regression.m, polynomial/polygcd.m, |
|
138 control/system/ss.m, signal/arch_rnd.m, control/system/ss2sys.m, |
|
139 control/system/syssetsignals.m, control/base/lqg.m, |
|
140 strings/str2double.m, control/system/sysscale.m, |
|
141 control/hinf/hinfdemo.m, general/cplxpair.m: |
|
142 Make help text fit on pages when using smallbook. |
|
143 |
7028
|
144 2007-10-15 David Bateman <dbateman@free.fr> |
|
145 |
7032
|
146 * plot/print.m: Call drawnow before printing to ensure the plot is |
|
147 on the screen. |
|
148 |
7028
|
149 * testfun/test.m: In error/warning blocks test for an error before |
|
150 a warning to avoid unexpected failures. |
|
151 |
7027
|
152 2007-10-15 Kim Hansen i<kimhanse@gmail.com> |
|
153 |
|
154 * testfun/assert.m: Correct documentation of absolution versus |
|
155 relative error tolerance and add tests. |
|
156 |
7024
|
157 2007-10-14 David Bateman <dbateman@free.fr> |
|
158 |
|
159 * pkg/pkg.m (pkg:configure_make): Treat case of no files to install in |
|
160 src directory. |
|
161 * plot/Makefile.in (SOURCES): Add fill.m. |
|
162 |
7020
|
163 2007-10-13 David Bateman <dbateman@free.fr> |
|
164 |
|
165 * plot/__patch__.m: Allow multiple patches to be defined and |
|
166 return a single patch object. Allow Faces/Vertices form of |
|
167 patch. Flag failure so the patch can call print_usage. |
|
168 * plot/patch.m: Update help string for Faces/Vertices |
|
169 call. Respect the fail flag returned by __patch__. Add demo code |
|
170 that tests the functionality of patch. |
|
171 * plot/__go_draw_axes__.m: Treat an array of patches in a single |
|
172 patch object. |
|
173 * plot/fill.m: New function. |
|
174 |
7016
|
175 2007-10-12 John W. Eaton <jwe@octave.org> |
|
176 |
|
177 * Change copyright notices in all files that are part of Octave to |
|
178 GPLv3 or any later version. |
|
179 |
7012
|
180 2007-10-11 John W. Eaton <jwe@octave.org> |
|
181 |
|
182 * plot/__go_draw_axes__.m (get_axis_limits): |
|
183 Return lim = [] if logscale and no positive values. |
|
184 (__go_draw_axes__): Skip plotting if computed axis limits are empty. |
|
185 Set initial min and min positive values to Inf, max values to -Inf. |
|
186 (get_data_limits): Correctly handle xminp when no positive values |
|
187 are found. |
|
188 |
7011
|
189 2007-10-11 Ben Abbott <bpabbott@mac.com> |
|
190 |
|
191 * polynomial/residue.m: New optional input for pole multiplicity. |
|
192 Doc fix. Fix tests. |
|
193 |
7010
|
194 2007-10-11 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
195 |
|
196 * toplev.cc (Foctave_config_info): Add field "mac". |
|
197 |
|
198 * miscellaneous/ismac.m: New function. |
|
199 * miscellaneous/Makefile.in (SOURCES): Add it to the list. |
|
200 * miscellaneous/ispc.m, miscellaneous/isunix.m: Doc fix. |
|
201 |
7009
|
202 2007-10-11 Arno Onken <asnelt@asnelt.org> |
|
203 |
|
204 * statistics/distributions/hygernd.m: Allow size to be specified |
|
205 as a scalar. Handle three argument case. Allow T, M, and N to be |
|
206 scalars or matrices of a common size. |
|
207 |
7007
|
208 2007-10-11 Brian Gough <bjg@network-theory.co.uk> |
|
209 |
|
210 * control/csrefcard.lt, control/system/is_detectable.m, |
|
211 control/system/sysgroup.m, geometry/voronoin.m, |
|
212 miscellaneous/dir.m, sparse/pcg.m, sparse/treeplot.m, |
|
213 statistics/base/mode.m, statistics/distributions/betarnd.m, |
|
214 statistics/distributions/binornd.m, |
|
215 statistics/distributions/cauchy_rnd.m, |
|
216 statistics/distributions/chi2rnd.m, |
|
217 statistics/distributions/discrete_rnd.m, |
|
218 statistics/distributions/exprnd.m, |
|
219 statistics/distributions/frnd.m, |
|
220 statistics/distributions/gamrnd.m, |
|
221 statistics/distributions/geornd.m, |
|
222 statistics/distributions/laplace_rnd.m, |
|
223 statistics/distributions/logistic_rnd.m, |
|
224 statistics/distributions/lognrnd.m, |
|
225 statistics/distributions/nbinrnd.m, |
|
226 statistics/distributions/normrnd.m, |
|
227 statistics/distributions/poissrnd.m, |
|
228 statistics/distributions/stdnormal_rnd.m, |
|
229 statistics/distributions/trnd.m, |
|
230 statistics/distributions/unifrnd.m, |
|
231 statistics/distributions/wblrnd.m: Spelling fixes. |
|
232 |
7005
|
233 2007-10-10 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
234 |
|
235 * time/tic.m: New optional output value. |
|
236 |
|
237 * general/int2str.m: Doc fix. |
|
238 |
7002
|
239 2007-10-10 Arno Onken <asnelt@asnelt.org> |
|
240 |
|
241 * statistics/distributions/hygecdf.m, |
|
242 statistics/distributions/hygeinv.m, |
|
243 statistics/distributions/hygepdf.m, |
|
244 statistics/distributions/hygernd.m: |
|
245 Swap order of T and M args for compatibility. |
|
246 |
7001
|
247 2007-10-10 Olli Saarela <Olli.Saarela@kcl.fi> |
|
248 |
|
249 * control/hinf/hinfsyn.m, control/hinf/wgt1o.m, |
|
250 control/system/buildssic.m, control/system/c2d.m, |
|
251 control/system/d2c.m, control/system/ord2.m, control/system/ss.m, |
|
252 control/system/ss2sys.m, control/system/ss2tf.m, |
|
253 control/system/syscont.m, control/system/sysdimensions.m, |
|
254 control/system/sysdisc.m, control/system/sysmult.m, |
|
255 control/system/sysrepdemo.m, control/system/tf2ss.m, elfun/lcm.m, |
|
256 finance/fv.m, general/cumtrapz.m, general/gradient.m, |
|
257 general/interp1.m, general/interp2.m, general/interp3.m, |
|
258 general/interpft.m, general/interpn.m, general/polyarea.m, |
|
259 general/rat.m, general/structfun.m, general/trapz.m, |
|
260 geometry/tsearchn.m, image/rgb2hsv.m, linear-algebra/krylov.m, |
|
261 miscellaneous/ans.m, miscellaneous/gzip.m, optimization/glpk.m, |
|
262 optimization/sqp.m, plot/findobj.m, plot/legend.m, plot/peaks.m, |
|
263 plot/plot3.m, plot/stem.m, polynomial/deconv.m, |
|
264 polynomial/pchip.m, polynomial/spline.m, polynomial/unmkpp.m, |
|
265 sparse/pcr.m, sparse/spalloc.m, sparse/spconvert.m, |
|
266 specfun/factor.m, specfun/legendre.m, statistics/base/mean.m, |
|
267 statistics/base/meansq.m, statistics/base/var.m, |
|
268 statistics/tests/chisquare_test_independence.m, |
|
269 statistics/tests/t_test.m, statistics/tests/u_test.m, |
|
270 strings/dec2base.m, strings/mat2str.m, testfun/speed.m, |
|
271 testfun/test.m: Spelling fixes. |
|
272 |
6998
|
273 2007-10-10 Ben Abbott <bpabbott@mac.com> |
|
274 |
|
275 * polynomial/mpoles.m: Return indx = ordr(indx), not indx(ordr). |
|
276 |
6997
|
277 2007-10-10 John W. Eaton <jwe@octave.org> |
|
278 |
|
279 * general/num2str.m: Always allow for sign for automatically |
|
280 computed format widths. |
|
281 |
6988
|
282 2007-10-09 David Bateman <dbateman@free.fr> |
|
283 |
|
284 * plot/patch.m: Accept a handle as the first argument. |
|
285 |
6987
|
286 2007-10-09: Kim Hansen <kimhanse@gmail.com> |
|
287 |
7010
|
288 * general/repmat.m: Handle sparse input. Add tests. |
6987
|
289 |
6985
|
290 2007-10-09 John W. Eaton <jwe@octave.org> |
|
291 |
|
292 * audio/wavwrite.m: Accept arguments in compatible order. |
|
293 |
6979
|
294 2007-10-08 David Bateman <dbateman@free.fr> |
|
295 |
|
296 * general/interp2.m: Relax test for values outside the grid to |
|
297 allow monotonically decreasing abscissa as well. |
|
298 |
6978
|
299 2007-10-08 Ben Abbott <bpabbott@mac.com> |
|
300 |
|
301 * polynomial/residue.m: Doc fix. Add tests. Restore multiplicity |
|
302 as output parameter. |
|
303 |
6977
|
304 2007-10-08 Peter A. Gustafson <petegus@umich.edu> |
|
305 |
|
306 * plot/__go_draw_axes__.m, plot/legend.m: |
|
307 Handle compatible position specifiers as strings. |
|
308 |
6975
|
309 2007-10-08 John Swensen <jpswensen@comcast.net> |
|
310 |
|
311 * general/num2str.m: Eliminate extra whitespace in output. |
|
312 * strings/strtrim.m: New function. |
|
313 * strings/Makefile.in (SOURCES): Add it to the list. |
|
314 |
6968
|
315 2007-10-06 John W. Eaton <jwe@octave.org> |
|
316 |
|
317 * polynomial/residue.m: New test from test/test_poly.m. |
|
318 |
6967
|
319 2007-10-06 S�ren Hauberg <hauberg@gmail.com> |
|
320 |
|
321 * image/saveimage.m: Handle saving color images without a colormap. |
|
322 * image/__img_via_file__.m: Add missing semicolon. |
|
323 |
|
324 2007-10-06 Bill Denney <wsloand@gmail.com> |
|
325 |
7010
|
326 * general/__splinen__.m, general/isscalar.m, general/rat.m, |
6967
|
327 strings/dec2base.m: Use numel(x) instead of prod(size(x)). |
|
328 |
6965
|
329 2007-10-06 Francesco Potorti` <Potorti@isti.cnr.it> |
|
330 |
|
331 * plot/print.m: Handle svg output type. Accept new -S option to |
|
332 specify size for PNG and SVG output types. |
|
333 |
|
334 2007-10-05 Ben Abbott <bpabbott@mac.com> |
6964
|
335 |
|
336 * polynomial/mpoles.m: New function. |
|
337 * polynomial/residue.m: Modified to behave in reciprocal |
|
338 manner. No longer compute 4th output, "e". No longer accept |
|
339 tolerance input. Explicitly set tolerance parameter to 0.001. |
|
340 Respect maximum relative difference in poles when determining |
|
341 their multiplicity. Use mpoles to determine the multiplicity of |
|
342 poles. |
|
343 |
6963
|
344 2007-10-05 Peter A. Gustafson <petegus@umich.edu> |
|
345 |
|
346 * plot/__go_draw_axes__.m: Add cbrange to the plot stream |
|
347 for surface plots. |
|
348 |
6962
|
349 2007-10-05 John W. Eaton <jwe@octave.org> |
|
350 |
|
351 * plot/__next_line_color__.m: Get color_rotation from axes |
|
352 colororder property. |
|
353 |
6953
|
354 2007-10-03 John W. Eaton <jwe@octave.org> |
|
355 |
6955
|
356 * miscellaneous/dir.m: Handle symbolic links in compatible way. |
|
357 Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". |
|
358 |
6953
|
359 * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. |
|
360 * linear-algebra/__norm__.m: Rename from norm.m. Eliminate |
|
361 special for __vnorm__. |
|
362 |
6951
|
363 2007-10-03 Quentin Spencer <qspencer@ieee.org> |
|
364 |
6952
|
365 * linear-algebra/norm.m: Special case vector 1-norm and 2-norm. |
6951
|
366 |
6950
|
367 2007-10-03 David Bateman <dbateman@free.fr> |
|
368 |
|
369 * pkg/pkg.m (is_architecture_dependent): New function to identify |
|
370 if a file is architecture dependent based on a list of file |
|
371 extensions. |
|
372 (configure_make): Simplify the search for architecture dependent |
|
373 files based on this function. |
|
374 (load_pakages_and_dependencies): Also look for bin directory in |
|
375 the architecture dependent directory. |
|
376 |
6947
|
377 2007-10-03 John W. Eaton <jwe@octave.org> |
|
378 |
|
379 * miscellaneous/dir.m: Create empty struct with field names. |
|
380 Include datenum in struct. |
|
381 |
6943
|
382 2007-10-02 David Bateman <dbateman@free.fr> |
|
383 |
|
384 * miscellaneous/ls.m: If nargout return string array of files |
|
385 returned by ls. |
|
386 |
6942
|
387 2007-10-01 John W. Eaton <jwe@octave.org> |
|
388 |
|
389 * plot/__go_draw_axes__.m: Use %.15e instead of %.15g when setting |
|
390 range values. |
|
391 |
6937
|
392 2007-10-01 David Bateman <dbateman@free.fr> |
|
393 |
7010
|
394 * linear-algebra/norm.m: Inline the isvector(x) calculation for |
6938
|
395 speed with small vectors. |
6937
|
396 * pkg/pkg.m (archprefix): Set using octave_config_info("libexecdir") |
|
397 rather than OCTAVE_HOME(). |
|
398 |
6935
|
399 2007-09-30 Ben Abbott <bpabbott@mac.com> |
|
400 |
|
401 * plot/findobj.m: New function. |
|
402 * plot/Makefile.m (SOURCES): Add it to SOURCES. |
|
403 |
6925
|
404 2007-09-26 David Bateman <dbateman@free.fr> |
|
405 |
|
406 * pkg/pkg.m: Add second argument to setting for prefix for |
|
407 architecture dependent files. Use throughout. |
|
408 (pkg:issuperuser): New function, use through to check for |
|
409 root user. |
|
410 (pkg:getarchprefix): function to give the archiecture dependent |
|
411 prefix for a package. |
|
412 (pkg:getarchdir): New function giving location of architetcure |
|
413 dependent directory. Use through out. |
|
414 (pkg:install): Treat architecture dependent directory separately |
|
415 as in might not be a sub-directory of the package directory. |
|
416 (pkg:uninstall): ditto. |
|
417 (pkg:create_pkgadddel): Check for global or local install for |
|
418 architecture dependent directory. |
|
419 (pkg:finish_installation): ditto. |
|
420 (pkg:write_INDEX): ditto. |
|
421 (pkg:load_packages_and_dependencies): ditto. |
|
422 (pkg:copy_files): ditto. Add step to copy architecture dependent |
|
423 files to a new location if user is root. |
|
424 (pkg:rm_rf): Check if file or directory exists before removing. |
|
425 (pkg:dirempty): Check if directory exists before checking. |
|
426 |
|
427 * plot/___patch__.m: Allow face colors to be passed as strings |
|
428 |
|
429 * plot/__plt_get_axis_arg__.m: Treat case of empty "varargin" |
|
430 needed for calls to "hold" without an argument. |
|
431 |
6920
|
432 2007-09-21 John W. Eaton <jwe@octave.org> |
|
433 |
6921
|
434 * optimization/sqp.m: Fix typo. |
|
435 |
6920
|
436 * plot/__go_draw_axes__.m (do_tics_1): Use %g, not %.15g here. |
|
437 |
6919
|
438 2007-09-21 Luther Tychonievich <lty@cs.byu.edu> |
|
439 |
|
440 * control/hinf/h2norm: Compute d*d', not d'*d. |
|
441 |
6918
|
442 2007-09-21 Thomas Weber <thomas.weber.mail@gmail.com> |
|
443 |
|
444 * statistics/distributions/Makefile.in (SOURCES): Add unidcdf.m, |
|
445 unidpdf.m and unidinv.m |
|
446 |
6914
|
447 2007-09-18 John W. Eaton <jwe@octave.org> |
|
448 |
|
449 * plot/__go_draw_axes__.m: Use %.15g throughout. |
|
450 (do_tics_1): Set numeric axes formats to "%.15g". |
|
451 |
6912
|
452 2007-09-18 David Bateman <dbateman@free.fr> |
|
453 |
|
454 * plot/__go_draw_axes__.m (__gnuplot_write_data__): Use %e instead |
|
455 of %g when writing data. |
|
456 |
6908
|
457 2007-09-17 John W. Eaton <jwe@octave.org> |
|
458 |
|
459 * plot/__go_draw_axes__.m: Omit linestyle clause for errorbar plots. |
|
460 |
6903
|
461 2007-09-14 Ulrich Tipp <ulrich.tipp@hsnr.de> |
|
462 |
|
463 * miscellaneous/bincoeff.m: Fix calculation of bincoeff (n, k) for |
|
464 noninteger N with N-K < 1. |
|
465 |
6901
|
466 2007-08-04 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
467 |
|
468 * strings/index.m: Correct for strings differing after the third |
|
469 position (bug reported by Maude Martin). |
|
470 |
6895
|
471 2007-09-13 John W. Eaton <jwe@octave.org> |
|
472 |
|
473 * plot/__default_colormap__.m: Delete. |
|
474 * plot/Makefile (SOURCES): Remove from the list. |
|
475 |
6898
|
476 2007-09-13 Christof Zeile <cz-oct07@cvmx.com> |
|
477 |
|
478 * pol2cart.m: Make it work with mixed scalar/nonscalar arguments. |
|
479 |
6885
|
480 2007-09-10 David Bateman <dbateman@free.fr> |
|
481 |
|
482 * plot/__go_draw_axes__.m: Allow gnuplot 4.0 with patches, but |
|
483 limit the selection of colors in the same way as for lines. |
|
484 * plot/__patch__.m: Allow matrix arguments with one patch per |
|
485 column. |
|
486 * plot/__bar__.m: Adapt to use "patch". |
|
487 |
6870
|
488 2007-09-06 John W. Eaton <jwe@octave.org> |
|
489 |
|
490 * plot/drawnow.m (drawnow): New arg, debug_file. |
|
491 (init_plot_stream): Split from open_plot_stream. |
|
492 * plot/print.m: Accept -debug=FILE argument. |
|
493 |
6868
|
494 2007-09-06 David Bateman <dbateman@free.fr> |
|
495 |
7010
|
496 * general/celldisp.m: New function. |
|
497 * general/Makefile.in (SOURCES): Add celldisp.m. |
|
498 * miscellaneous/swapbytes.m: New function. |
|
499 * miscellaneous/gzip.m: New function. |
|
500 * miscellaneous/Makefile.in (SOURCES): Add swapbytes.m and gzip.m. |
6868
|
501 |
6863
|
502 2007-09-05 David Bateman <dbateman@free.fr> |
|
503 |
7010
|
504 * general/structfun.m: New function. |
|
505 * general/Makefile.in (SOURCES): Add it to sources. |
|
506 * miscellaneous/run.m: New function. |
|
507 * miscellaneous/Makefile.in (SOURCES): Add it to sources. |
|
508 * statistics/base/mode.m: New function. |
|
509 * statistics/base//Makefile.in (SOURCES): Add it to sources. |
6863
|
510 |
6862
|
511 2007-09-05 John W. Eaton <jwe@octave.org> |
|
512 |
|
513 * miscellaneous/orderfields.m: Use numel instead of length. |
|
514 |
|
515 2007-09-05 Michael goffioul <michael.goffioul@gmail.com> |
|
516 |
|
517 * miscellaneous/orderfields.m: Handle empty structs. |
|
518 |
6861
|
519 2007-09-05 John W. Eaton <jwe@octave.org> |
|
520 |
|
521 * plot/__go_draw_axes__.m: Consistently index PARAMETRIC with |
|
522 DATA_IDX. |
|
523 |
|
524 2007-09-04 David Bateman <dbateman@free.fr> |
|
525 |
|
526 * general/isdir.m: Return a logical value. |
|
527 |
6859
|
528 2007-09-04 David Bateman <dbateman@free.fr> |
|
529 |
|
530 * statistics/distributions/chi2pdf.m, |
|
531 statistics/distributions/chi2cdf.m, |
|
532 statistics/distributions/chi2inv.m: Modifiy the call to the gamma |
|
533 distribution functions to account for inverse of scale factor in |
|
534 gamma functions. |
|
535 |
6857
|
536 2007-09-01 John W. Eaton <jwe@octave.org> |
|
537 |
|
538 * plot/Makefile.in (SOURCES): Add ancestor.m to the list. |
|
539 |
6853
|
540 2007-09-01 David Bateman <dbateman@free.fr> |
|
541 |
|
542 * polynomial/polyint.m: New function like polyinteg but with |
|
543 explicit integration constant. |
|
544 * polynomial/polyinteg.m: Remove. |
|
545 * polynomial/Makefile.in (SOURCES): Add polyint.m and remove |
|
546 polyinteg.m. |
|
547 * deprecated/polyinteg.m: Move version here. |
|
548 * deprecated/Makefile.in (SOURCES): Add polyinteg.m. |
|
549 |
6852
|
550 * geometry/voronoi.m: Add large box around data to get a good |
|
551 approximation of the rays to infinity. |
|
552 |
6851
|
553 2007-08-31 Michael goffioul <michael.goffioul@gmail.com> |
|
554 |
|
555 * plot/axes.m: Allow parent to be specified when creating axes |
|
556 objects. Support non-figure parents. |
|
557 |
|
558 2007-08-31 John W. Eaton <jwe@octave.org> |
|
559 |
|
560 * plot/ancestor.m: New function, adapted from Octave Forge. |
|
561 |
6850
|
562 2007-08-31 S�ren Hauberg <hauberg@gmail.com> |
|
563 |
7010
|
564 * polynomial/polygcd.m: Better layout of example. |
|
565 * polynomial/compan.m: Remove unnecessary check. |
|
566 * polynomial/roots.m: Added example to help text. |
|
567 * polynomial/polyderiv.m: Change 'polyder' to 'polyderiv' in help text. |
|
568 * polynomial/poly.m: Added example to help text. |
6850
|
569 |
6848
|
570 2007-08-30 John W. Eaton <jwe@octave.org> |
|
571 |
|
572 * optimization/qp.m: Increase maxit to 200. |
|
573 |
6847
|
574 2007-08-30 David Bateman <dbateman@free.fr> |
|
575 |
|
576 * geometry/inpolygon.m: New file. |
|
577 * geometry/Makefile.in (SOURCES): Add inpolygon.m. |
|
578 |
6843
|
579 2007-08-29 Peter A. Gustafson <petegus@umich.edu> |
|
580 |
|
581 * plot/__go_draw_axes__.m: Disable linetype in do_linestyle_command. |
|
582 |
6829
|
583 2007-08-24 David Bateman <dbateman@free.fr> |
|
584 |
|
585 * plot/__go_draw_axes__.m: Treat text color property. |
|
586 |
6828
|
587 2007-08-24 John W. Eaton <jwe@octave.org> |
|
588 |
|
589 * plot/subplot.m, plot/plot.m, plot/grid.m: |
|
590 Use p = get (h, "prop") instead of obj = get (h); p = obj.prop. |
|
591 |
|
592 * miscellaneous/movefile.m: Separate second and third args and |
|
593 use p1 and p2, not f1 and f2 when constructing arguments for |
|
594 calls to system. From Michael Goffioul <michael.goffioul@gmail.com>. |
|
595 |
6825
|
596 2007-08-24 Michael Goffioul <michael.goffioul@gmail.com> |
|
597 |
|
598 * set/intersect.m: Make it work with cell arrays of strings. |
|
599 |
6823
|
600 2007-08-24 David Bateman <dbateman@free.fr> |
|
601 |
7010
|
602 * geometry/convhull.m, geometry/delaunay.m, geometry/delaunay3.m, |
6823
|
603 geometry/griddata.m, geometry/voronoi.m, geometry/voronoin.m: New |
|
604 functions ported from octave-forge. |
7010
|
605 * geometry/delaunayn.m, geometry/dsearch.m, geometry/dsearchn.m, |
6823
|
606 geometry/griddata3.m, geometry/griddatan.m, geometry/trimesh.m, |
|
607 geometry/triplot.m, geometry/tsearchn.m: |
|
608 New functions. |
7010
|
609 * geometry/voronoi.m: Remove duplicate edges from Voronoi diagram. |
|
610 * geometry/Makefile.in (SOURCES): Add functions above. |
|
611 * configure.in (AC_CONFIG_FILES): Add new file geometry/Makefile. |
6823
|
612 |
6820
|
613 2007-08-23 John W. Eaton <jwe@octave.org> |
|
614 |
|
615 * pkg/pkg.m: Avoid using installed_packages for both function and |
|
616 variable name. |
|
617 |
|
618 2007-08-23 David Bateman <dbateman@free.fr> |
|
619 |
|
620 * plot/plot.m: Allow first arg to be axes handle. |
|
621 |
6818
|
622 2007-08-22 David Bateman <dbateman@free.fr> |
|
623 |
|
624 * control/base/nichols.m: Correct for misnamed variable, and ensure |
|
625 outputs are returned only if requested. |
|
626 |
|
627 2007-08-22 Donald Parsons <dparsons@brightdsl.net> |
|
628 |
|
629 * control/base/nichols.m: Fix typo. |
|
630 |
6813
|
631 2007-08-13 John W. Eaton <jwe@octave.org> |
|
632 |
|
633 * plot/meshgrid.m: Use repmat instead of multiplication. |
|
634 |
6809
|
635 2007-08-10 Peter A. Gustafson <petegus@umich.edu> |
|
636 |
|
637 * plot/__go_draw_axes__.m: Add axes position to the usingclause, |
|
638 use axes position in each appropriate gnuplot set statement. |
|
639 |
6808
|
640 2007-08-10 John W. Eaton <jwe@octave.org> |
|
641 |
|
642 * image/Makefile.in (DISTFILES): Also include $(IMAGES) in the list. |
|
643 (install install-strip): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
644 (uninstall): Use $(IMAGES), not $(IMAGE_FILES_NO_DIR). |
|
645 (IMAGE_FILES, IMAGE_FILES_NO_DIR): Delete obsolete variables. |
|
646 |
6807
|
647 2007-08-10 Kai Habel <kai.habel@gmx.de> |
|
648 |
|
649 * plot/patch.m, plot/__patch__.m: New files. |
|
650 * plot/Makefile.in (SOURCES): Add them to the list. |
|
651 |
|
652 2007-08-07 John W. Eaton <jwe@octave.org> |
|
653 |
|
654 * path/savepath.m: Use single quotes for argument to PATH command |
|
655 that is inserted in file. |
|
656 |
6805
|
657 2007-07-27 John W. Eaton <jwe@octave.org> |
|
658 |
|
659 * plot/drawnow.m: Only set default value for term if GNUTERM is |
|
660 not set in the environment. |
|
661 |
6796
|
662 2007-07-25 David Bateman <dbateman@free.fr> |
|
663 |
|
664 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
665 control/base/Makefile.in, control/hinf/Makefile.in, |
|
666 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
667 control/util/Makefile.in, deprecated/Makefile.in, |
|
668 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
669 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
670 miscellaneous/Makefile.in, optimizaton/Makefile.in, |
|
671 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
672 polynomial/Makefile.in, quaternion/Makefile.in, |
|
673 set/Makefile.in, signal/Makefile.in, sparse/Makefile.in, |
|
674 specfun/Makefile.in, special-matrix/Makefile.in, |
|
675 startup/Makefile.in, statistics/Makefile.in, |
|
676 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
677 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
678 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
679 Adjust DISTFILES to allow out of tree "make dist" to work. |
|
680 |
6795
|
681 2007-07-25 John W. Eaton <jwe@octave.org> |
|
682 |
|
683 * plot/__plt2__.m: Return [](0x1) if both X and Y are empty. |
|
684 |
6793
|
685 2007-07-24 David Bateman <dbateman@free.fr> |
|
686 |
|
687 * image/flag.m: New colormap function. |
|
688 * images/Makefile.in: Include it in SOURCES. |
|
689 |
|
690 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
691 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
692 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
693 image/winter.m, image/brighten.m: Use isscalar and not is_scalar. |
|
694 * image/gray.m, image/ocean.m: Use the same means of finding the |
|
695 number of colormap elements as the other colormap functions. |
|
696 |
6790
|
697 2007-07-24 Kai Habel <kai.habel@gmx.de> |
|
698 |
|
699 * plot/__go_draw_axes__.m: Handle patch. |
|
700 |
6788
|
701 2007-07-23 David Bateman <dbateman@free.fr> |
|
702 |
|
703 * general/rat.m: New function for ration approximation imported |
|
704 from octave-forge. |
|
705 * general/del2.m: New function for discrete laplacian operator. |
|
706 * general/Makefile.in: Include rat.m and del2.m in SOURCES. |
|
707 |
|
708 * image/autumn.m image/bone.m image/cool.m image/copper.m |
|
709 image/hot.m image/hsv.m image/jet.m image/pink.m image/prism.m |
|
710 image/rainbow.m image/spring.m image/summer.m image/white.m |
|
711 image/winter.m, image/brighten.m: Port image functions from |
|
712 octave-forge. |
|
713 * image/Makefile.in: Add ported functions to SOURCES. |
|
714 * image/gray.m, image/ocean.m: Don't set the colormap for |
|
715 compatibility with matlab. |
|
716 |
|
717 * plot/meshc.m, plot/peaks.m: Port plotting function from |
|
718 octave-forge |
|
719 * plot/Makefile.in: Add ported functions to SOURCES. |
|
720 * plot/__go_draw_axes__.m: Set the palette for the surfaces if |
|
721 using gnuplot 4.2 or greater. |
|
722 |
6785
|
723 2007-07-23 Claudio Belotti <c.belotti@imperial.ac.uk> |
|
724 |
|
725 * general/cart2sph.m: Fix unbalanced paranthesis. |
|
726 |
6781
|
727 2007-07-19 David Bateman <dbateman@free.fr> |
|
728 |
|
729 * plot/fplot.m: More compatible version. |
|
730 |
6780
|
731 2007-07-18 Michael Goffioul <michael.goffioul@gmail.com> |
|
732 |
|
733 * plot/clf.m: Check for valid handle before deleting. |
|
734 |
|
735 * plot/figure.m: Pass "figure" property/value pairs directly to |
|
736 __go_figure__ instead of using regular "set" call. |
|
737 |
6779
|
738 2007-07-18 Paul Kienzle <pkienzle@users.sf.net> |
|
739 |
|
740 * plot/drawnow.m: Prefer GNUTERM to DISPLAY when choosing terminal |
|
741 type for gnuplot. |
|
742 |
6778
|
743 2007-07-18 John W. Eaton <jwe@octave.org> |
|
744 |
|
745 * plot/__go_draw_axes__.m: Unconditionally send "unset label" to |
|
746 gnuplot for each set of axes. |
|
747 |
6777
|
748 2007-07-18 David Bateman <dbateman@free.fr> |
|
749 |
6778
|
750 * statistics/distributions/gamcdf.m, statistics/distributions/gaminv.m, |
|
751 statistics/distributions/gampdf.m, statistics/distributions/gamrnd.m, |
|
752 statistics/distributions/expcdf.m, statistics/distributions/expinv.m, |
|
753 statistics/distributions/exppdf.m, statistics/distributions/exprnd.m: |
|
754 Use standard scale factor rather than one on the scale factor for |
|
755 compatibility. |
|
756 |
|
757 * deprecated/gamma_cdf.m, deprecated/gamma_inv.m, |
|
758 deprecated/gamma_pdf.m, deprecated/gamma_rnd.m, |
|
759 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
760 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m: |
|
761 Preserve backward compatibility. |
6777
|
762 |
6776
|
763 2007-07-17 Michael Goffioul <michael.goffioul@gmail.com> |
|
764 |
|
765 * pkg/pkg.m (pkg:installed_packages): Use findstr rather than regexp |
|
766 to avoid issues with regexp special characters in the path strings. |
|
767 |
6770
|
768 2007-07-06 David Bateman <dbateman@free.fr> |
|
769 |
6778
|
770 * general/accumarray.m: New function to create an array by |
|
771 accumulating the elements. |
6770
|
772 |
6768
|
773 2007-06-29 Marcus W. Reble <reble@wisc.edu> |
|
774 |
|
775 * optimization/sqp.m (sqp): New args, lb, ub, maxiter, and tolerance. |
|
776 (fdjac): Set nx outside of if block. |
|
777 (cf_ub_lb, cigrad_ub_lb): New subfunctons. |
|
778 |
6765
|
779 2007-06-28 Michael Goffioul <michael.goffioul@gmail.com> |
|
780 |
|
781 * plot/subplot.m: Add 'ishandle' check when parsing the existing axes. |
|
782 |
|
783 * plot/axis.m: Also set "visible" property when setting axes to |
|
784 on/off. |
|
785 |
6762
|
786 2007-06-27 Michael Goffioul <michael.goffioul@swing.be> |
|
787 |
|
788 * image/colormap.m: Only return colormap if nargout > 0. |
|
789 Mark as command. |
|
790 |
6758
|
791 2007-06-25 John W. Eaton <jwe@octave.org> |
|
792 |
|
793 * plot/drawnow.m, plot/__go_draw_axes__.m: Use strcmpi instead of |
|
794 strcmp for selected property comparisons. |
|
795 |
6756
|
796 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
|
797 |
6778
|
798 * image/imshow.m: Fix check for colormap arguments. |
6756
|
799 |
6754
|
800 2007-06-25 Joel Keay <keay@nhn.ou.edu> |
|
801 |
|
802 * plot/drawnow.m: Handle GNUTERM=aqua if DISPLAY is not set. |
|
803 |
6756
|
804 2007-06-25 S�ren Hauberg <hauberg@gmail.com> |
6754
|
805 |
6778
|
806 * statistics/base/median.m: Update help text to mention 'dim' |
6754
|
807 argument, and note that the data should be sorted for the |
|
808 definition of the median to be correct. |
|
809 |
6778
|
810 * statistics/base/std.m: Add missing square to definition of |
6754
|
811 standard deviation. |
|
812 |
6778
|
813 * statistics/base/cov.m: Add definition of covariance to the help text. |
|
814 |
|
815 * statistics/base/kurtosis.m, statistics/base/skewness.m, |
6754
|
816 statistics/base/std.m: |
|
817 Note that \bar{x} is the mean value of x in the help text. |
|
818 |
6778
|
819 * specfun/nchoosek.m: Add alternative definition of the binomial |
6754
|
820 coefficient to the help text. |
|
821 |
6778
|
822 * specfun/perms.m, statistics/base/values.m: Add example in help text. |
|
823 |
|
824 * statistics/base/var.m: Put N in @math in help text. |
|
825 |
|
826 * statistics/base/qqplot.m, statistics/base/ppplot.m, |
6754
|
827 statistics/tests/kolmogorov_smirnov_test.m: |
|
828 Write about possible values of 'dist' in help text. |
|
829 |
6778
|
830 * statistics/base/corrcoef.m, statistics/base/cor.m: |
6754
|
831 Add definition of correlation to the help text. |
|
832 |
6778
|
833 * statistics/base/logit.m, statistics/base/kendall.m, |
|
834 statistics/base/cloglog.m, statistics/tests/hotelling_test_2.m, |
6754
|
835 statistics/distributions/wblcdf.m, statistics/distributions/wblpdf.m: |
|
836 TeXification of help text. |
|
837 |
|
838 * statistics/tests/hotelling_test.m: Write T^2 in @math in help text. |
|
839 |
|
840 * statistics/tests/var_test.m, statistics/tests/welch_test.m: |
|
841 Add missing @var's to help text. |
|
842 |
|
843 * statistics/models/logistic_regression.m: Fix typos in help text. |
|
844 |
|
845 * statistics/distributions/kolmogorov_smirnov_cdf.m: Fix TeX part |
|
846 of help text. |
|
847 |
|
848 * statistics/distributions/unidinv.m: Add a missing 'discrete' to |
|
849 help text. |
|
850 |
|
851 * statistics/distributions/unidpdf.m, |
|
852 statistics/distributions/discrete_pdf.m: |
|
853 Replace 'pDF' with 'PDF' in help text. |
|
854 |
6753
|
855 2007-06-25 John W. Eaton <jwe@octave.org> |
|
856 |
|
857 * strings/substr.m: Use offset consistently in code and doc string. |
|
858 From Rafael Laboissiere <rafael@debian.org>. |
|
859 |
6752
|
860 2007-06-25 Pete Gustafson <petegus@umich.edu> |
|
861 |
6778
|
862 * plot/__go_draw_axes__.m: Handle units for text objects. |
6752
|
863 |
6751
|
864 2007-06-25 John W. Eaton <jwe@octave.org> |
|
865 |
|
866 * plot/__go_draw_axes__.m: Handle char arrays for tic labels. |
|
867 Recycle tic labels if necessary. From Juhani Saastamoinen |
|
868 <juhani@cs.joensuu.fi>. |
|
869 |
6748
|
870 2007-06-20 John W. Eaton <jwe@octave.org> |
|
871 |
6749
|
872 * strings/index.m: Allow strings to be empty. |
|
873 From Hartmut Wziontek <hwz@hwz.bv.TU-Berlin.DE> |
|
874 |
6748
|
875 * plot/__go_draw_axes__.m (do_tics_1): Fix typo (xtic -> tics). |
|
876 |
6747
|
877 2007-06-19 Vittoria Rezzonico <vittoria.rezzonico@epfl.ch> |
|
878 |
|
879 * sparse/pcg.m: Allow the preconditioner to be passed as two |
|
880 separate matrices. |
|
881 |
6746
|
882 2007-06-19 David Bateman <dbateman@free.fr> |
|
883 |
|
884 * plot/axis.m: Prefer to use legend rather than the older Octave |
|
885 only ";;" legend syntax. |
|
886 * polynomial/mkpp.m: ditto. |
|
887 * polynomial/pchip.m: ditto. |
|
888 * signal/freqz_plot.m: ditto. |
|
889 * sparse/gplot.m: ditto. |
|
890 * sparse/treeplot.m: ditto. |
|
891 |
6745
|
892 2007-06-19 John W. Eaton <jwe@octave.org> |
|
893 |
|
894 * plot/__go_draw_axes__.m (do_tics, do_tics_1): New functions. |
|
895 (__go_draw_axes__): Call do_tics to handle tic marks. |
|
896 |
6742
|
897 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
898 |
6778
|
899 * general/interp1.m, general/interp2.m, general/interp3.m, |
6742
|
900 general/interpn.m: Replace, NaN with NA. Use isna instead of == |
|
901 to check for NA. |
|
902 |
6741
|
903 2007-06-18 S�ren Hauberg <hauberg@gmail.com> |
|
904 |
6778
|
905 * optimization/glpk.m: TeXified the help text. |
|
906 * optimization/qp.m: TeXified the help text. |
|
907 * optimization/sqp.m: TeXified the help text. |
6741
|
908 |
6740
|
909 2007-06-16 S�ren Hauberg <hauberg@gmail.com> |
|
910 |
6778
|
911 * plot/legend.m: Replace 'vargin' with 'varargin'. |
6740
|
912 |
6738
|
913 2007-06-15 John W. Eaton <jwe@octave.org> |
|
914 |
|
915 * plot/__go_draw_axes__.m: Only attempt label rotation if |
|
916 have_newer_gnuplot is true. |
|
917 |
6736
|
918 2007-06-15 Pete Gustafson <petegus@umich.edu> |
|
919 |
6778
|
920 * plot/__go_draw_axes__.m Handle rotation arg for axis labels. |
|
921 * plot/__axis_label__.m Assign ylabel default rotation property |
6737
|
922 to 90, all others 0. |
|
923 |
6778
|
924 * plot/__errplot__.m: Set ifmt from fmt.linestyle. |
|
925 * plot/__go_draw_axes__.m: Removed undefined tx from call to |
6736
|
926 get_data_limits. |
6778
|
927 * plot/__plotopt1__.m: Intercept and strip format string when |
6736
|
928 called by __errplot__. |
|
929 |
6730
|
930 2007-06-15 John W. Eaton <jwe@octave.org> |
|
931 |
|
932 * testfun/test.m: Also return number of expected failures. |
|
933 |
6724
|
934 2007-06-14 John W. Eaton <jwe@octave.org> |
|
935 |
6730
|
936 * set/ismember.m: Mark two tests known to fail with xtest. |
|
937 |
6724
|
938 * plot/__go_draw_axes__.m: Handle text rotation property. |
|
939 |
6728
|
940 2007-06-14 Paul Kienzle <pkienzle@users.sf.net> |
|
941 |
|
942 * testfun/test.m: Add xtest support for tests known to fail. |
|
943 |
6727
|
944 2007-06-14 Sebastian Schubert <sebastian-schubert@gmx.de> |
|
945 |
|
946 * plot/print.m: Handle pstex, pslatex, epslatex, and |
|
947 epslatexstandalone terminals. |
|
948 |
6721
|
949 2007-06-14 David Bateman <dbateman@free.fr> |
|
950 |
|
951 * general/__splinen__.m: Check also for ND vectors. Fix for N > 2, |
|
952 as permutation of results was incorrect. |
|
953 * general/interp1.m: Add demo on second derivative |
|
954 * general/interpn.m: Convert "y" to vectors for __splinen__ |
6722
|
955 call. Add 3D demo. Fix typos |
|
956 * general/interp3.m: Fix typos. Correct permutation for use of |
|
957 interpn. |
6721
|
958 * polynomial/mkpp.m: Correction for matrices of 3 or more dimensions. |
|
959 |
6717
|
960 2007-06-13 John W. Eaton <jwe@octave.org> |
|
961 |
|
962 * miscellaneous/mkoctfile.m: Quote args too. |
6712
|
963 |
6706
|
964 2007-06-13 Michael Goffioul <michael.goffioul@swing.be> |
|
965 |
|
966 * miscellaneous/mkoctfile.m: Quote script name for call to system. |
|
967 |
6704
|
968 2007-06-12 Michael Goffioul <michael.goffioul@swing.be> |
|
969 |
|
970 * plot/__pltopt1__.m: Set linestyle to "none" instead of "". |
|
971 Set have_linestyle to true if two character linestyle is found. |
|
972 |
6702
|
973 2007-06-12 David Bateman <dbateman@free.fr> |
|
974 |
6717
|
975 * general/Makefile.in (SOURCES): Include __spline__.m, interp3.m |
|
976 and interpn.m. |
|
977 |
|
978 * pkg/pkg.m (pkg:load_package_dirs): Check for field "loaded" in |
|
979 structure before using it. |
|
980 |
|
981 2007-06-12 David Bateman <dbateman@free.fr> |
|
982 |
6704
|
983 * general/interp1.m: Change examples to use new graphics interface. |
6702
|
984 * general/__splinen__.m: New support function for N-dimensional |
|
985 spline interpolation. |
|
986 * general/bicubic.m: Allow definition of extrapolation |
|
987 value. Adapt tests to use new graphics interface |
|
988 * general/interp2.m: Call __splinen__ for 2-D spline |
|
989 interpolation. Make the lookup table code only be called for |
|
990 linear and nearest methods. |
|
991 * general/interpn.m: New function for N-dimensional, linear, nearest |
|
992 and spline interpolation. |
|
993 * general/interp3.m: New function for 3-dimensional, linear, nearest |
|
994 and spline interpolation. |
6704
|
995 * polynomial/spline.m: Change examples to use new graphics interface. |
6702
|
996 |
6701
|
997 2007-06-12 Steve M. Robbins <steve@sumost.ca> |
|
998 |
|
999 * statistics/tests/wilcoxon_test.m: Error if N <= 25. |
|
1000 |
6699
|
1001 2007-06-12 S�ren Hauberg <soren@hauberg.org> |
|
1002 |
|
1003 * plot/fplot.m: If function is inline, vectorize it. |
|
1004 |
6698
|
1005 2007-06-10 David Bateman <dbateman@free.fr> |
|
1006 |
|
1007 * pkg/pkg.m (pkg:installed_packages): truncate start of package |
|
1008 directory if need to, so that it fits on a line. |
|
1009 |
6695
|
1010 2007-06-07 David Bateman <dbateman@free.fr> |
|
1011 |
|
1012 * pkg/pkg.m (pkg): For rebuild target, force package order in |
|
1013 saved file so that dependent packages are loaded first, and if |
|
1014 nargout==0 don't return any arguments. |
|
1015 (pkg:install): Only load packages that are marked autoload after |
|
1016 install. Various fixes. Save in order. |
|
1017 (pkg:uninstall): Save in order |
|
1018 (pkg:load_packages): Use load_package_and_dependencies to load |
|
1019 packages. |
|
1020 (pkg:save_order): New function to sort package list with dependent |
|
1021 packages first. |
|
1022 (pkg:load_packages_and_dependencies): New function to load both a |
|
1023 list of packages and their dependencies. |
|
1024 (pkg:load_package_dirs): New function that returns a vector of the |
|
1025 indexes into the installed package list indicating the packages to |
|
1026 load and the order to load them in to respect the dependencies. |
|
1027 |
6688
|
1028 2007-06-03 S�ren Hauberg <soren@hauberg.org> |
|
1029 |
|
1030 * plot/axes.m: Eliminate redundant else clause. |
|
1031 |
6686
|
1032 2007-06-03 David Bateman <dbateman@free.fr> |
|
1033 |
|
1034 * polynomial/spline.m: Add a small tolerance to spline tests. |
6687
|
1035 * pkg/pkg.m: Protect against multiple actions being define. |
|
1036 |
6683
|
1037 2007-06-01 David Bateman <dbateman@free.fr> |
|
1038 |
|
1039 * pkg.m (pkg:is_superuser): Remove function used in one place and |
|
1040 incorporate into main pkg function. |
|
1041 (pkg:install): Check for existence of files to install before |
|
1042 globbing and warn the user if they don't exist. |
|
1043 |
6675
|
1044 2007-05-31 David Bateman <dbateman@free.fr> |
|
1045 |
6679
|
1046 * miscellaneous/copyfile.m: Split copying of multiple files to a |
|
1047 directory over several copy command to limit the line length. |
|
1048 * miscellaneous/movefile.m: Ditto. |
|
1049 |
6675
|
1050 * pkg.m: Add build option to allow binary Octave packages to be |
|
1051 built from source packages. Probe absolute path of prefix, global |
|
1052 and local lists. Use strcat, rather that [] for strings. |
|
1053 (pkg:build): New function to binary binary package. |
|
1054 (pkg:absolute_pathname): Use fileattrib to probe absolute path. |
|
1055 (pkg:repackage): Package binary Octave package from installation. |
|
1056 (pkg:create_pkgadddel): Extract PKG_ADD and PKG_DEL directives |
|
1057 from m-files into main installation directory. |
|
1058 (pkg:shell): Suppress verbose messages from shell and only display |
|
1059 them with the verbose flag. |
|
1060 (pkg:installed_packages): Also include the loaded flag in the |
|
1061 local and global packages. |
|
1062 (pkg:uninstall): On uninstall, only rmpath the package if it is |
|
1063 flagged as loaded. |
|
1064 |
|
1065 2007-05-31 Michael Goffioul <michael.goffioul@swing.be> |
|
1066 |
|
1067 * pkg.m (pkg:load_packages): Correctly load a mix of packages |
|
1068 with and without architecture dependent directories. |
|
1069 (pkg:installed_packages): Probe the global_list file even if it is |
|
1070 the same as the local_list. |
|
1071 |
6669
|
1072 2007-05-29 John W. Eaton <jwe@octave.org> |
|
1073 |
|
1074 * sparse/spy.m: Set axis to "ij" mode. |
|
1075 |
6664
|
1076 2007-05-24 John W. Eaton <jwe@octave.org> |
|
1077 |
|
1078 * set/ismember.m: Quote first arg of "fail" tests. |
|
1079 |
6663
|
1080 2007-05-24 David Bateman <dbateman@free.fr> |
|
1081 |
6778
|
1082 * pkg/pkg.m (pkg:rebuild): Thinko in rebuild logic. |
6663
|
1083 |
6655
|
1084 2007-05-22 David Bateman <dbateman@free.fr> |
|
1085 |
|
1086 * pkg/pkg.m: Use rethrow(lasterror()) throughout rather than |
|
1087 error(lasterr()(8:end)). |
|
1088 (pkg:install): Warning for empty packages being removed. Suppress |
|
1089 spurious output. Warning rather than error for uninstalling a |
|
1090 package that is not installed to avoid RPM issue. |
|
1091 (pkg:configure_make): Fix for parsing of src/FILES. Don't create |
|
1092 inst or architecture dependent directory if it exists. |
|
1093 |
6653
|
1094 2007-05-22 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1095 |
|
1096 * ChangeLog, control/system/is_stabilizable.m, general/bicubic.m, |
|
1097 image/ind2gray.m, image/saveimage.m, plot/box.m, plot/grid.m, |
|
1098 signal/freqz.m: Fix typos. |
|
1099 |
6645
|
1100 2007-05-21 David Bateman <dbateman@free.fr> |
|
1101 |
|
1102 * pkg/pkg.m: Add rebuild target, and -local, -global option to |
|
1103 force installation location. |
|
1104 (rebuild): New subfunction to rebuild package database from |
|
1105 installed packages. Also allows changing of autoload status |
|
1106 (install): Warn use if attempting to install from non existent |
|
1107 file. |
|
1108 (issuperuser): Use 'geteuid() == 0' instead of 'strcmp (getenv( |
|
1109 "USER", "root"))' for root test. |
|
1110 |
|
1111 2007-05-21 Michael Goffioul <michael.goffioul@swing.be> |
|
1112 |
|
1113 * miscellaneous/copyfile.m: check for cp.exe on Windows platforms |
|
1114 and replace "\" characters with "/". |
|
1115 * pkg/pkg.m: Use shell rather than system throughout. Replace "\" |
|
1116 characters with "/" throughout. |
|
1117 (shell): New subfunction that wraps system and is careful with the |
|
1118 shell on windows platforms. |
|
1119 (configure_make): Explictly pass complier etc to configure |
|
1120 process. |
|
1121 (issuperuser): Force default to global install for Windows machines. |
|
1122 |
6636
|
1123 2007-05-19 Kristan Onu |
|
1124 |
|
1125 * plot/Makefile.in (SOURCES): Remove hbar.m and add barh.m. |
|
1126 |
6634
|
1127 2007-05-18 David Bateman <dbateman@free.fr> |
|
1128 |
|
1129 * pkg/pkg.m (install): More verbosity. |
|
1130 (configure_make): Ditto. |
|
1131 (create_pkgadddel): Install in architecture dependent directory if |
|
1132 it exists to address issues with autoload/mfilename. |
|
1133 (write_INDEX): Check in archiecture dependent directories as well. |
|
1134 |
6633
|
1135 2007-05-17 David Bateman <dbateman@free.fr> |
|
1136 |
|
1137 * plot/hbar.m: Remove. |
|
1138 * plot/barh.m: and move it here. |
|
1139 |
6631
|
1140 2007-05-16 S�ren Hauberg <soren@hauberg.org> |
|
1141 |
|
1142 * general/sub2ind.m, general/ind2sub.m: Doc fix. |
|
1143 |
6629
|
1144 2007-05-16 John W. Eaton <jwe@octave.org> |
|
1145 |
|
1146 * general/logspace.m: Return second arg if fewer than two values |
|
1147 are requested. |
|
1148 |
6619
|
1149 2007-05-14 John W. Eaton <jwe@octave.org> |
|
1150 |
|
1151 * plot/__go_draw_figure__.m: Ensure that a reset commands starts |
|
1152 on a new line. |
|
1153 |
6617
|
1154 2007-05-14 Tarmigan Casebolt <tarmigan+list@gmail.com> |
|
1155 |
|
1156 * statistics/distributions/norminv.m, |
|
1157 statistics/distributions/norminv.m, |
|
1158 statistics/distributions/normpdf.m, |
|
1159 statistics/distributions/normrnd.m: |
|
1160 Use standard deviation, not variance. |
|
1161 * statistics/distributions/lognpdf.m: Adapt to change in norminv. |
|
1162 * statistics/distributions/logninv.m: Refer to norminv, not normal_inv. |
|
1163 * deprecated/normal_cdf.m, deprecated/normal_inv.m, |
|
1164 deprecated/normal_pdf.m, deprecated/normal_rnd.m: Preserve |
|
1165 backward compatibility. |
|
1166 |
6616
|
1167 2007-05-14 David Bateman <dbateman@free.fr> |
|
1168 |
|
1169 * pkg/pkg.m: Mark loaded packages with "*". |
|
1170 |
6615
|
1171 2007-05-13 S�ren Hauberg <soren@hauberg.org> |
|
1172 |
|
1173 * miscellaneous/single.m: Doc fix. |
|
1174 Convert to double instead of returning argument unchanged. |
|
1175 |
|
1176 * miscellaneous/doc.m: Doc fix. |
|
1177 |
|
1178 * miscellaneous/ver.m: Doc fix. |
|
1179 Don't display information about Octave Forge. |
|
1180 |
6614
|
1181 2007-05-12 David Bateman <dbateman@free.fr> |
|
1182 |
|
1183 * pkg/pkg.m: Add a "-verbose" option that allows all output of an |
|
1184 install to be printed. An error in the on_uninstall script causes |
|
1185 a failure to uninstall. Place oct- and mex-files in an |
|
1186 architecture dependent directory. |
|
1187 |
6611
|
1188 2007-05-09 John W. Eaton <jwe@octave.org> |
|
1189 |
|
1190 * plot/__go_draw_axes__.m: Break plot command over multiple lines. |
|
1191 |
6609
|
1192 2007-05-09 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1193 |
|
1194 * statistics/distributions/normcdf.m: Use standard deviation |
|
1195 instead of variance for compatibility. |
|
1196 |
|
1197 2007-05-08 John W. Eaton <jwe@octave.org> |
|
1198 |
|
1199 |
|
1200 * set/unique.m, set/ismember.m: Use numel(x) instead of prod(size(x)). |
|
1201 |
|
1202 * set/ismember.m: Always return logical values. |
|
1203 |
|
1204 * set/ismember.m: Return early if no matches are found. New tests. |
6749
|
1205 From David Grohmann <grohmann@arlut.utexas.edu>. |
6609
|
1206 |
|
1207 * general/__isequal__.m: Allow numeric values of different classes |
|
1208 to compare equal. |
|
1209 |
6606
|
1210 2007-05-07 David Bateman <dbateman@free.fr> |
|
1211 |
6607
|
1212 * sparse/spy.m: Reverse Y axis for new graphics code. Make more |
|
1213 compatiable, accepting LineSpec and markersize arguments. |
6606
|
1214 |
6605
|
1215 2007-05-02 John W. Eaton <jwe@octave.org> |
|
1216 |
|
1217 * plot/__go_draw_axes__.m: Convert NA to NaN before writing. |
|
1218 |
6604
|
1219 2007-05-02 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1220 |
|
1221 * contour.m: Rewrite help string. |
|
1222 |
6599
|
1223 2007-04-28 John W. Eaton <jwe@octave.org> |
|
1224 |
|
1225 * miscellaneous/unzip.m, miscellaneous/untar.m, |
|
1226 miscellaneous/bunzip2.m, miscellaneous/gunzip.m: |
|
1227 Special case nargout == 0. |
|
1228 |
6597
|
1229 2007-04-27 Kim Hansen <kimhanse@gmail.com> |
|
1230 |
|
1231 * general/sub2ind.m: Handle empty input, add tests. |
|
1232 |
6590
|
1233 2007-04-27 G. D. McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1234 |
|
1235 * plot/contourc.m: Doc fix. |
|
1236 |
6586
|
1237 2007-04-26 David Bateman <dbateman@free.fr> |
|
1238 |
|
1239 * plot/hist.m: Partially remove previous patch. |
|
1240 |
6582
|
1241 2007-04-26 David Bateman <dbateman@free.fr> |
|
1242 |
|
1243 * plot/hist.m: Support returning of handle |
|
1244 * plot/__bar__.m: __pltopt__ should only be called on strings or |
|
1245 cells. |
|
1246 |
6575
|
1247 2007-04-25 John W. Eaton <jwe@octave.org> |
|
1248 |
6579
|
1249 * plot/__go_draw_axes__.m: For images, set titlespec{data_idx} to |
|
1250 "title \"\"", not "". |
|
1251 |
6575
|
1252 * plot/legend.m: Initialize WARNED to false. |
|
1253 |
6567
|
1254 2007-04-24 John W. Eaton <jwe@octave.org> |
|
1255 |
|
1256 * io/beep.m: Fix cut and paste error. |
|
1257 From S�ren Hauberg <soren@hauberg.org>. |
|
1258 |
|
1259 2007-04-23 John W. Eaton <jwe@octave.org> |
|
1260 |
|
1261 * plot/box.m: Delete extra endfunction keyword. |
|
1262 |
6560
|
1263 2007-04-23 David Bateman <dbateman@free.fr> |
|
1264 |
|
1265 * plot/plot3.m: Call newplot. |
|
1266 |
6553
|
1267 2007-04-20 John W. Eaton <jwe@octave.org> |
|
1268 |
|
1269 * plot/Makefile.in (SOURCES): Fix typo in adding __bar__.m to the list. |
|
1270 |
6546
|
1271 2007-04-19 John W. Eaton <jwe@octave.org> |
|
1272 |
|
1273 * miscellaneous/unpack.m: Use gzip -d and bzip2 -d instead of |
|
1274 gunzip and bunzip. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1275 |
6544
|
1276 2007-04-19 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1277 |
|
1278 * control/util/axis2dlim.m: Delete extraneous line. |
|
1279 |
6542
|
1280 2007-04-18 John W. Eaton <jwe@octave.org> |
|
1281 |
|
1282 * specfun/factorial.m: Increase tolerance in large value test. |
|
1283 |
6540
|
1284 2007-04-18 David Bateman <dbateman@free.fr> |
|
1285 |
|
1286 * __bar__.m: New support function for bar/hbar to support graphic |
|
1287 handles, and additional arguments. |
|
1288 * bar.m: Convert to use __bar__. |
|
1289 * hbar.m: New function |
|
1290 * hist.m: Explicitly set the width of the bar plot. |
|
1291 |
6533
|
1292 2007-04-17 John W. Eaton <jwe@octave.org> |
|
1293 |
6534
|
1294 * plot/stem.m (stem_line_spec): Pass false as third arg to __pltopt__. |
|
1295 |
6533
|
1296 * set/ismember.m: New tests. |
|
1297 From David Grohmann <grohmann@arlut.utexas.edu> |
|
1298 |
6532
|
1299 2007-04-17 Paul Kienzle <pkienzle@users.sf.net> |
|
1300 |
|
1301 * specfun/factorial.m: Use gamma function instead of cumprod. |
|
1302 Add tests. |
|
1303 |
6527
|
1304 2007-04-16 John W. Eaton <jwe@octave.org> |
|
1305 |
6528
|
1306 * gethelp.cc (looks_like_octave_copyright): Use same logic as in |
|
1307 looks_like_copyright in src/help.cc. |
|
1308 From S�ren Hauberg <soren@hauberg.org>. |
|
1309 |
6527
|
1310 * plot/__go_draw_axes__.m: For log plots, omit zero values too. |
|
1311 |
6526
|
1312 2007-04-13 John W. Eaton <jwe@octave.org> |
|
1313 |
6527
|
1314 * optimization/sqp.m: Initialize info to 0. |
|
1315 |
6526
|
1316 * optimization/qp.m: Undo previous change. |
|
1317 |
6524
|
1318 2007-04-13 Geordie McBain <geordie.mcbain@aeromech.usyd.edu.au> |
|
1319 |
|
1320 * spdiags.m: Fixed the four-argument case to work for columns of |
|
1321 length one. |
|
1322 |
6523
|
1323 2007-04-12 John W. Eaton <jwe@octave.org> |
|
1324 |
|
1325 * optimization/qp.m: Avoid Octave indexing bug. |
|
1326 |
6521
|
1327 2007-04-12 Carlo de Falco <kingcrimson@tiscali.it> |
|
1328 |
6522
|
1329 * miscellaneous/menu.m, control/base/bddemo.m, |
|
1330 control/hinf/dgkfdemo.m, control/system/packedform.m, |
|
1331 control/system/sysrepdemo.m: |
|
1332 Adapt to page_screen_output as a function. |
6521
|
1333 |
6518
|
1334 2007-04-11 John W. Eaton <jwe@octave.org> |
|
1335 |
|
1336 * miscellaneous/not.m: Delete. |
|
1337 * miscellaneous/Makefile.in (SOURCES): Delete it from the list. |
|
1338 |
|
1339 2007-04-11 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1340 |
|
1341 * control/util/axis2dlim.m: Try harder to handle min and max vals |
|
1342 that are close but not exactly equal. |
|
1343 |
6515
|
1344 2007-04-11 David Bateman <dbateman@free.fr> |
|
1345 |
|
1346 * general/bitcmp.m: Make it work again. |
|
1347 |
6512
|
1348 2007-04-10 John W. Eaton <jwe@octave.org> |
|
1349 |
|
1350 * plot/__go_draw_axes__.m: Try harder to handle min and max vals |
|
1351 that are close but not exactly equal. |
|
1352 |
6511
|
1353 2007-04-09 Daniel J. Sebald <daniel.sebald@ieee.org> |
|
1354 |
|
1355 * plot/stem.m: Add back the baseline line and let it be not adjustable |
|
1356 in response to a change in x limits for now. |
|
1357 |
6510
|
1358 2007-04-09 John W. Eaton <jwe@octave.org> |
|
1359 |
|
1360 * plot/__go_draw_axes__.m (__gnuplot_write_data__): New function. |
|
1361 (__go_draw_axes__): Use it to write data to plot stream. |
|
1362 |
6509
|
1363 2007-04-09 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1364 |
|
1365 * plot/stem.m: Fix typos in doc string. Fix typo in call to |
|
1366 zeros. Set markerfacecolor property in call to plot. |
|
1367 |
6508
|
1368 2007-04-06 John W. Eaton <jwe@octave.org> |
|
1369 |
|
1370 * linear-algebra/norm.m: Use new __vnorm__ function for vector args. |
|
1371 |
|
1372 2007-04-06 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1373 |
|
1374 * plot/stem.m: Use plot instead of a series of calls to line. |
|
1375 |
6494
|
1376 2007-04-05 John W. Eaton <jwe@octave.org> |
|
1377 |
6499
|
1378 * sparse/nonzeros.m, sparse/normest.m, sparse/spconvert.m, |
|
1379 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/spones.m, |
|
1380 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
1381 sparse/spstats.m, sparse/treeplot.m: Style fixes. |
|
1382 |
6496
|
1383 * pkg/pkg.m: Use "strcat (...)" instead of "[...]". |
6500
|
1384 Use strcmpi instead of strcmp+tolower. |
6496
|
1385 Style fixes. |
|
1386 |
6494
|
1387 * testfun/speed.m: Use "strcat (...)" instead of "[...]". |
|
1388 Plotting fixes. Style fixes. |
|
1389 |
|
1390 * testfun/test.m: Use "strcat (...)" instead of "[...]". |
|
1391 Style fixes. |
|
1392 |
|
1393 * testfun/fail.m: No need to check for evalin and lastwarn. |
|
1394 Style fixes. |
|
1395 |
|
1396 * testfun/demo.m, testfun/example.m: Style fixes. |
|
1397 Use "strcat (...)" instead of "[...]". |
|
1398 Use format specifiers in calls to warning. |
|
1399 |
|
1400 * testfun/assert.m: Use "numel (x)" instead of "prod (size (x))". |
|
1401 Use "strcat (...)" instead of "[...]". |
|
1402 Use "x(end)" instead of "x(length (x))". |
|
1403 Check NA before NaN. |
|
1404 Style fixes. |
|
1405 |
6473
|
1406 2007-03-29 John W. Eaton <jwe@octave.org> |
|
1407 |
6474
|
1408 * plot/stem.m (stem, set_default_values): Use RGB triple for color. |
6473
|
1409 |
6467
|
1410 2007-03-27 John W. Eaton <jwe@octave.org> |
|
1411 |
|
1412 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1413 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1414 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1415 control/util/Makefile.in, deprecated/Makefile.in, |
|
1416 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1417 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1418 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1419 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1420 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1421 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1422 special-matrix/Makefile.in, startup/Makefile.in, |
|
1423 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1424 statistics/distributions/Makefile.in, |
|
1425 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1426 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1427 Use ln instead of $(LN_S) in dist target. |
|
1428 |
6465
|
1429 2007-03-27 David Bateman <dbateman@free.fr> |
|
1430 |
|
1431 * plot/__go_draw_axes__.m: Allow linewidth settings to work with |
|
1432 gnuplot 4.0. |
|
1433 |
6464
|
1434 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1435 |
|
1436 * plot/__go_draw_axes__.m: Send image data to gnuplot via plot stream. |
|
1437 |
6461
|
1438 2007-03-26 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1439 |
|
1440 * plot/__go_draw_axes__.m: Always end palette data to gnuplot via |
|
1441 plot stream and using binary data. |
|
1442 |
6459
|
1443 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1444 |
|
1445 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1446 lot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1447 plot/__plt2vv__.m: Accept properties in addtition to options struct. |
|
1448 |
|
1449 2007-03-26 David Bateman <dbateman@free.fr> |
|
1450 |
6461
|
1451 * plot/__go_draw_axes__.m: Send "set ticslevel 0" to plot stream. |
|
1452 |
6459
|
1453 * plot/plot3.m: Handle line properties. |
|
1454 * plot/plot.m: Update docstring. |
|
1455 * plot/__plotopt__.m, plot/__pltopt1__.m: New arg, err_on_invalid. |
|
1456 * plot/__plt__.m: Also gather properties. |
|
1457 |
6455
|
1458 2007-03-26 Kim Hansen <kimhanse@gmail.com> |
|
1459 |
|
1460 * testfun/assert.m: Delete special check for empty objects. |
|
1461 Add test. |
|
1462 |
6453
|
1463 2007-03-26 John W. Eaton <jwe@octave.org> |
|
1464 |
6454
|
1465 * plot/drawnow.m: Exit early if call is recursive. |
|
1466 |
6453
|
1467 * plot/__go_draw_axes__.m (get_data_limits): New function. |
|
1468 Check for Inf too. |
|
1469 (__go_draw_axes__): Use get_data_limits. |
|
1470 |
6450
|
1471 2007-03-24 John W. Eaton <jwe@octave.org> |
|
1472 |
6451
|
1473 * plot/drawnow.m: If GNUTERM is set to wxt in the environment, |
|
1474 send terminal setting command with title option to plot stream. |
|
1475 |
6450
|
1476 * plot/legend.m: Correctly increment index into list of children.. |
|
1477 |
6434
|
1478 2007-03-23 John W. Eaton <jwe@octave.org> |
|
1479 |
6448
|
1480 * general/interp2.m, general/bicubic.m, control/base/rldemo.m, |
|
1481 control/hinf/hinfdemo.m, control/hinf/dhinfdemo.m, |
|
1482 control/base/nyquist.m, control/base/nichols.m, |
|
1483 control/base/frdemo.m, signal/freqz_plot.m, |
|
1484 control/base/__stepimp__.m, control/base/bode.m, |
|
1485 quaternion/demoquat.m, quaternion/qcoordinate_plot.m, |
|
1486 statistics/base/qqplot.m, statistics/base/ppplot.m, sparse/spy.m: |
6447
|
1487 Update plotting code. |
|
1488 |
|
1489 * control/base/bode.m: Unwrap phase angle. |
|
1490 |
|
1491 * miscellaneous/dump_prefs.m: Remove automatic_replot from the list. |
|
1492 |
|
1493 * plot/axis.m: Don't check automatic_replot, or call replot. |
|
1494 |
|
1495 * quaternion/demoquat.m: Delete comments with obsolete plotting |
|
1496 commands. |
6446
|
1497 |
6442
|
1498 * plot/__pltopt1__.m: Handle "@" marker same as "+". |
6444
|
1499 Handle numeric color specs. |
6442
|
1500 * plot/plot.m: Remove "-@" and "@" from docstring. |
|
1501 |
6441
|
1502 * plot/orient.m: Fix tests to avoid creating a plot window. |
|
1503 |
6440
|
1504 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
1505 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
1506 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m, |
|
1507 general/arrayfun.m, miscellaneous/compare_versions.m, |
|
1508 path/savepath.m, pkg/pkg.m, plot/__gnuplot_version__.m, |
|
1509 plot/contour.m, plot/contourc.m, plot/legend.m, plot/stem.m, |
|
1510 polynomial/pchip.m: Fix copyright notice, correct FSF address. |
|
1511 |
6438
|
1512 * plot/__go_draw_figure__.m: Send reset to gnuplot before every |
|
1513 plot, not just multiplots. |
|
1514 |
6436
|
1515 * plot/__go_draw_axes__.m: Use %g for label coordinates, not %d. |
|
1516 |
6434
|
1517 * plot/contour.m: Don't call drawnow. |
|
1518 |
6431
|
1519 2007-03-22 John W. Eaton <jwe@octave.org> |
|
1520 |
6432
|
1521 * plot/drawnow.m: Check and optionally, set, the __modified__ |
|
1522 property of each figure. |
|
1523 |
6431
|
1524 * plot/__go_draw_axes__.m: If no real data, plot a point at Inf, |
|
1525 Inf to show axes. From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1526 |
|
1527 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1528 |
|
1529 * linear-algebra/null.m: Set elements of retval with magnitudes |
|
1530 less than eps to 0. |
|
1531 |
6429
|
1532 2007-03-21 David Bateman <dbateman@free.fr> |
6425
|
1533 |
|
1534 * plot/__go_draw_axes__.m: Handle some colors with older gnuplot. |
6429
|
1535 * testfun/speed.m: Documentation and example fix. |
|
1536 |
6424
|
1537 2007-03-21 John W. Eaton <jwe@octave.org> |
|
1538 |
|
1539 * plot/subplot.m: If we find an existing subplot region, set |
|
1540 it to be the "currentaxes" property for the current figure. |
6425
|
1541 Delete old axes objects if the new axes object overlaps the old. |
6424
|
1542 |
6422
|
1543 2007-03-20 David Bateman <dbateman@free.fr> |
|
1544 |
|
1545 * general/Makefile.in: Include arrayfun.m in SOURCES. |
|
1546 |
|
1547 2007-03-20 Bill Denney <denney@seas.upenn.edu> |
|
1548 |
|
1549 * general/arrayfun.m: New function. |
|
1550 |
6418
|
1551 2007-03-20 John W. Eaton <jwe@octave.org> |
|
1552 |
6419
|
1553 * plot/newplot.m: Call __request_drawnow__ after initializing axes. |
|
1554 * plot/text.m: Call __request_drawnow__ after creating text objects. |
|
1555 |
|
1556 * plot/clf.m: Don't call drawnow. |
|
1557 |
6431
|
1558 2007-03-20 Daniel J Sebald <daniel.sebald@ieee.org> |
6419
|
1559 |
6420
|
1560 * image/__img__.m: Maybe set yaxis to reverse for images. |
|
1561 * plot/__go_draw_axes__.m: Don't add flipy to gnuplot command for |
|
1562 images. |
|
1563 |
6418
|
1564 * plot/drawnow.m: Make __go_close_all_registered__ persistent |
6419
|
1565 instead of global. Only register __go_close_all__ with atexit if |
|
1566 the plot stream is successfully opened. |
6418
|
1567 |
6413
|
1568 2007-03-15 John W. Eaton <jwe@octave.org> |
|
1569 |
6418
|
1570 * plot/__go_draw_axes__.m: Make have_newer_gnuplot persistent. |
6413
|
1571 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1572 |
|
1573 2007-03-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1574 |
|
1575 * plot/__go_draw_axes__.m (do_linestyle_command): Fix marker types. |
6415
|
1576 Use numeric line types. |
6413
|
1577 |
|
1578 * control/base/rlocus.m: Add asymptotes to the plot. Use wider |
6415
|
1579 lines and larger markers. Remove key titles from line type |
|
1580 properties. |
6413
|
1581 |
6405
|
1582 2007-03-14 John W. Eaton <jwe@octave.org> |
|
1583 |
6412
|
1584 * plot/__axis_label__.m: Accept additional property-value pairs |
|
1585 and pass them to __go_text__. Simply return the handle obtained |
|
1586 from __go_text__ instead of calling get on the current axis. |
|
1587 * plot/xlabel.m, plot/zlabel.m, plot/zlabel.m: Check args here. |
|
1588 Allow for extra property value pairs to be passed along. |
|
1589 * plot/title.m: Implement with __axis_label__ since it does all |
|
1590 that title needs to do. |
|
1591 |
6410
|
1592 * plot/clf.m: Set currentaxes property for current figure to []. |
|
1593 |
6405
|
1594 * plot/__axis_label__.m: Convert arg to text handle before calling set. |
|
1595 |
|
1596 * plot/__plt__.m: Return line handles from all calls to __plt1__ |
|
1597 and __plt2__, not just the last. |
|
1598 |
|
1599 * plot/Makefile.in (SOURCES): Rename from SOURCES_M. |
|
1600 (SOURCES_IN, GEN_M): Delete. |
|
1601 (FCN_FILES): Don't include $(GEN_M). |
|
1602 (all): Don't depend on $(GEN_M). |
|
1603 ($(GEN_M) : %.m : %.in): Delete pattern rule. |
|
1604 |
|
1605 * plot/text.m: Use __go_text__ instead of __uiboject_text_ctor__. |
|
1606 |
|
1607 * plot/newplot.m: Call __go_axes_init__ instead of |
|
1608 __uiobject_axes_init__. |
|
1609 |
|
1610 * plot/mesh.m: Use __go_surface__ instead of |
|
1611 __uiobject_surface_ctor__. Don't access object fields directly. |
|
1612 |
|
1613 * plot/line.m: Use __line__ to do actual work. |
|
1614 * plot/__line__.m: New function. |
|
1615 |
|
1616 * plot/axes.m: Use __go_axes__ to create axes graphics handle. |
|
1617 Use get and set instead of accessing object fields directly. |
|
1618 |
|
1619 * plot/figure.m: Use __go_figure__ to create figure graphics |
|
1620 handle. |
|
1621 |
|
1622 * plot/drawnow.m: Register __go_close_all__ with atexit instead of |
|
1623 __uiobject_close_all. Call __go_draw_figure__ instead of |
|
1624 __uiobject_draw_figure__. |
|
1625 |
|
1626 * plot/clf.m: Use get instead of accessing object fields |
|
1627 directly. Simply delete children. Don't set currentaxes. |
|
1628 |
|
1629 * plot/close.m (close_all_figures): New subfunction. |
|
1630 Use it instead of getting list of figures to close from |
|
1631 __uiobject_figures__. |
|
1632 |
|
1633 * plot/closereq.m: Simply delete the current figure. Don't set |
|
1634 currentfigure. |
|
1635 |
|
1636 * plot/__errplot__.m: Call __line__ instead of |
|
1637 __uiobject_line_ctor__. Use set instead of accesing object fields |
|
1638 directly. Don't call __uiobject_adopt__. |
|
1639 |
|
1640 * plot/__uiobject_adopt__.m, plot/__uiobject_alloc__.in, |
|
1641 plot/__uiobject_axes_ctor__.m, plot/__uiobject_axes_dtor__.m, |
|
1642 plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m, |
|
1643 plot/__uiobject_delete__.m, plot/__uiobject_figure_ctor__.m, |
|
1644 plot/__uiobject_figures__.in, plot/__uiobject_free__.in, |
|
1645 plot/__uiobject_get_handle__.in, plot/__uiobject_globals__.m, |
|
1646 plot/__uiobject_grow_list__.in, plot/__uiobject_handle2idx__.in, |
|
1647 plot/__uiobject_image_ctor__.m, plot/__uiobject_init_figure__.in, |
|
1648 plot/__uiobject_init_root_figure__.in, |
|
1649 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.in, |
|
1650 plot/__uiobject_root_figure_ctor__.m, |
|
1651 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
1652 plot/get.in, plot/include-globals.awk, plot/ishandle.m, |
|
1653 plot/set.in: Delete. |
6408
|
1654 * plot/Makefile.in (SOURCES_M, SOURCES_IN): Remove from lists. |
6405
|
1655 |
|
1656 * plot/__go_close_all__.m: Rename from __uiobject_close_all.m. |
|
1657 Pass "hidden" as second arg to close. |
|
1658 * plot/__go_draw_axes__.m: Rename from __uiobject_draw_axes.m. |
|
1659 * plot/__go_draw_figure__.m: Rename from __uiobject_draw_figure.m. |
6408
|
1660 * plot/Makefile.in (SOURCES_M): Rename in list. |
|
1661 |
6405
|
1662 * image/__img__.m: Use __go_image__ to create image graphics |
|
1663 handle. |
|
1664 |
|
1665 * miscellaneous/delete.m: Call __go_delete__, not |
|
1666 __uiobject_delete__. Check that arg is a graphics handle before |
|
1667 calling __go_delete__. |
|
1668 |
6403
|
1669 2007-03-13 John W. Eaton <jwe@octave.org> |
|
1670 |
|
1671 * miscellaneous/cast.m: Use feval and strcmp with cell to check |
|
1672 arg instead of switch statement. |
6528
|
1673 From S�ren Hauberg <soren@hauberg.org>. |
6403
|
1674 |
|
1675 2007-03-12 John W. Eaton <jwe@octave.org> |
|
1676 |
|
1677 * miscellaneous/cast.m: New function. |
|
1678 |
|
1679 * miscellaneous/delete.m: Call __go_delete__, not __uiobject_delete__. |
|
1680 |
6398
|
1681 2007-03-08 John W. Eaton <jwe@octave.org> |
|
1682 |
|
1683 * miscellaneous/copyfile.m, miscellaneous/movefile.m: Perform |
|
1684 tilde expansion on target filename before passing it to the shell. |
|
1685 |
|
1686 * statistics/base/Makefile.in (SOURCES): Remove unidrnd.m from list. |
|
1687 * statistics/distributions/Makefile.in (SOURCES): Add it here. |
|
1688 |
6396
|
1689 2007-03-08 David Bateman <dbateman@free.fr> |
|
1690 |
|
1691 * statistics/base/unidrnd.m: Move to statistics/distributions |
|
1692 replacing slower version based on dicrete_rnd. |
|
1693 |
6392
|
1694 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1695 |
6395
|
1696 * control/base/rlocus.m: Update for current plotting functions. |
|
1697 |
|
1698 2007-03-07 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
|
1699 |
|
1700 * control/base/rlocus.m: Improve display. |
|
1701 |
|
1702 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1703 |
|
1704 * plot/legend.m: Only handle positions -1:4. |
|
1705 * plot/__pltopt1__.m: Don't set linestyle if only marker style is |
|
1706 found in option string |
|
1707 * plot/__uiobject_draw_axes__.m: Handle key position. |
|
1708 |
6394
|
1709 * plot/newplot.m: Always reset next line color. |
|
1710 |
6392
|
1711 * testfun/assert.m: Check that number of dimensions match before |
|
1712 checking dimensions. |
|
1713 |
6391
|
1714 2007-03-07 Muthiah Annamalai <muthuspost@gmail.com> |
|
1715 |
|
1716 * specfun/perms.m, specfun/factorial.m: Check args. |
|
1717 |
6387
|
1718 2007-03-07 John W. Eaton <jwe@octave.org> |
|
1719 |
6390
|
1720 * plot/mesh.m: Call newplot before doing anything. |
|
1721 |
|
1722 * plot/__uiobject_draw_axes__.m: Send "e\n" at end of data, not |
|
1723 just "e". Only flush plot stream once. |
|
1724 From Daniel J Sebald <daniel.sebald@ieee.org>. |
|
1725 |
6387
|
1726 * strings/blanks.m: Omit first index in assignment. |
|
1727 |
6386
|
1728 2007-03-07 Paul Kienzle <pkienzle@users.sf.net> |
|
1729 |
|
1730 * set/setdiff.m: Some code cleanup and a fix for setdiff on rows. |
|
1731 |
6385
|
1732 2007-03-06 David Bateman <dbateman@free.fr> |
|
1733 John W. Eaton <jwe@octave.org> |
|
1734 |
|
1735 * set/setdiff.m: Ignore "rows" for cell array args. |
|
1736 Handle cellstr args. |
|
1737 |
6382
|
1738 2007-03-05 John W. Eaton <jwe@octave.org> |
|
1739 |
|
1740 * optimization/sqp.m: Defer first call to obj_hess until after |
|
1741 calling obj_fun. |
|
1742 |
6377
|
1743 2007-03-02 Bob Weigel <rweigel@gmu.edu> |
|
1744 |
|
1745 * specfun/nchoosek.m: Fix nargin check. |
|
1746 |
6376
|
1747 2007-03-01 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1748 |
|
1749 * image/__img__.m: Don't set xlim and ylim properties. |
|
1750 |
6374
|
1751 2007-03-01 Paul Kienzle <pkienzle@users.sf.net> |
|
1752 |
|
1753 * general/interp1.m: Fix *style cases for decreasing x. |
|
1754 |
6372
|
1755 2007-03-01 Muthiah Annamalai <muthuspost@gmail.com> |
|
1756 |
|
1757 * polynomial/roots.m: Check nargin before accessing arg. |
|
1758 |
6369
|
1759 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1760 |
|
1761 * plot/__uiobject_draw_axes__.m: If looking at image data, Don't |
|
1762 increment data_idx unless using gnuplot for display. |
|
1763 |
6368
|
1764 2007-02-28 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1765 |
|
1766 * plot/__uiobject_draw_axes__.m: Improve calculation of limits for |
|
1767 plots with images. |
|
1768 * image/image.m, image/imagesc.m, image/imshow.m: |
|
1769 Deprecate zoom argument. |
|
1770 |
6366
|
1771 2007-02-28 John W. Eaton <jwe@octave.org> |
|
1772 |
|
1773 * plot/__uiobject_draw_axes__.m: Use fullfile to generate |
|
1774 temporary file names. Keep image and colormap file ids separate. |
|
1775 |
|
1776 * general/interp1.m: Correctly compute min and max values when |
|
1777 values are decreasing and not evenly spaced. |
|
1778 From Ricardo Marranita <ricardo.marranita@gmail.com>. |
|
1779 |
6365
|
1780 2007-02-27 John W. Eaton <jwe@octave.org> |
|
1781 |
|
1782 * testfun/test.m (test): Handle possibility of file_in_loadpath |
|
1783 returning an empty cell array. |
|
1784 |
6546
|
1785 2007-02-27 Michael Goffioul <michael.goffioul@swing.be> |
6364
|
1786 |
|
1787 * pkg/pkg.m: Use fullfile to create filenames from parts. |
|
1788 |
6546
|
1789 2007-02-26 Michael Goffioul <michael.goffioul@swing.be> |
6358
|
1790 |
|
1791 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
1792 control/base/Makefile.in, control/hinf/Makefile.in, |
|
1793 control/obsolete/Makefile.in, control/system/Makefile.in, |
|
1794 control/util/Makefile.in, deprecated/Makefile.in, |
|
1795 elfun/Makefile.in, finance/Makefile.in, general/Makefile.in, |
|
1796 image/Makefile.in, io/Makefile.in, linear-algebra/Makefile.in, |
|
1797 miscellaneous/Makefile.in, optimization/Makefile.in, |
|
1798 path/Makefile.in, pkg/Makefile.in, plot/Makefile.in, |
|
1799 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1800 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1801 special-matrix/Makefile.in, startup/Makefile.in, |
|
1802 statistics/Makefile.in, statistics/base/Makefile.in, |
|
1803 statistics/distributions/Makefile.in, |
|
1804 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
1805 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in: |
|
1806 Use $(LN_S) instead of ln or ln -s. |
|
1807 |
6356
|
1808 2007-02-24 David Bateman <dbateman@free.fr> |
|
1809 |
|
1810 * pkg/pkg.m (configure_make): Ignore blank lines and trailing |
|
1811 '\n' in FILES file. |
6357
|
1812 (configure_make): Also install any mex files. |
6356
|
1813 |
6353
|
1814 2007-02-24 David Bateman <dbateman@free.fr> |
|
1815 |
|
1816 * statistics/distributions (SOURCES): Add nbincdf.m, |
|
1817 nbininv.m, nbinpdf.m and nbinrnd.m. |
|
1818 |
6351
|
1819 2007-02-23 John W. Eaton <jwe@octave.org> |
|
1820 |
|
1821 * statistics/distributions/Makefile.in (SOURCES): Remove |
|
1822 pascal_cdf.m pascal_inv.m pascal_pdf.m pascal_rnd.m from the list. |
|
1823 |
|
1824 * deprecated/Makefile.in (SOURCES): Add pascal_cdf.m, |
|
1825 pascal_inv.m, pascal_pdf.m, and pascal_rnd.m to the list. |
|
1826 |
6349
|
1827 2007-02-23 David Bateman <dbateman@free.fr> |
|
1828 |
|
1829 * statistics/distributions/discrete_rnd.m, |
|
1830 statistics/distributions/geornd.m, |
|
1831 statistics/distributions/lognnd.m, |
|
1832 statistics/distributions/nbinrnd.m, |
|
1833 statistics/distributions/wblrnd.m: Accelerate distributions. |
|
1834 |
|
1835 * statistics/distributions/unidcdf.m, |
|
1836 statistics/distributions/unidinv.m, |
|
1837 statistics/distributions/unidpdf.m, |
|
1838 statistics/distributions/unidrnd.m: New functions based on |
6351
|
1839 discrete_cdf, etc. |
6349
|
1840 |
|
1841 * statistics/distributions/pascal_cdf.m, |
|
1842 statistics/distributions/pascal_inv.m, |
|
1843 statistics/distributions/pascal_pdf.m, |
|
1844 statistics/distributions/pascal_rnd.m: Remove. |
|
1845 * statistics/distributions/nbincdf.m, |
|
1846 statistics/distributions/nbininv.m, |
|
1847 statistics/distributions/nbinpdf.m, |
|
1848 statistics/distributions/nbinrnd.m: Replace with matlab |
|
1849 compatible functions. |
|
1850 * deprecated/pascal_cdf.m, deprecated/pascal_inv.m, |
|
1851 deprecated/pascal_pdf.m, deprecated/pascal_rnd.m: Use the new |
|
1852 nbincdf, etc functions to implement these. |
|
1853 |
6344
|
1854 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1855 |
|
1856 * plot/__uiobject_draw_axes__.m: Insert newline between plot |
|
1857 command and data. |
|
1858 |
|
1859 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1860 |
|
1861 * miscellaneous/doc.m: If index search fails, try again without |
|
1862 the index search option. |
|
1863 |
6339
|
1864 2007-02-22 David Bateman <dbateman@free.fr> |
|
1865 |
6341
|
1866 * miscellaneous/doc.m: Find doc.info file correctly in user directories. |
|
1867 |
6340
|
1868 * statistics/distributions/frnd.m, statistics/distributions/exprnd.m, |
|
1869 statistics/distributions/gamrnd.m, statistics/distributions/trnd.m, |
|
1870 statistics/distributions/poissrnd.m, statistics/distributions/chi2rnd.m, |
|
1871 statistics/distributions/betarnd.m: Convert to use randg, rande |
|
1872 and randp to accelerate. |
|
1873 |
6339
|
1874 * pkg/pkg.m (fix_depends): Support > and < operators as well. |
|
1875 |
6338
|
1876 2007-02-22 John W. Eaton <jwe@octave.org> |
|
1877 |
|
1878 * plot/__uiobject_draw_axes__.m: If not using gnuplot for images, |
|
1879 cache data and display after xlim and ylim have been determined. |
|
1880 |
6337
|
1881 2007-02-22 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1882 |
|
1883 * plot/__uiobject_draw_axes__.m: |
|
1884 Allow multiple images to be displayed with gnuplot. |
|
1885 |
6333
|
1886 2007-02-20 Rafael Laboissiere <rafael@debian.org> |
|
1887 |
|
1888 * optimization/glpk.m: Document the fact that extra.mem does not work |
|
1889 for versions of GLPK 4.15 and later. |
|
1890 |
6328
|
1891 2007-02-19 John W. Eaton <jwe@octave.org> |
|
1892 |
|
1893 * plot/__uiobject_alloc__.in: If next available element in |
|
1894 __uiobject_list__ is 0, grow list before doing anything else. |
|
1895 * plot/__uiobject_grow_list__.in: Only set __uiobject_head__ on |
|
1896 first call when size of __uiobject_list__ is 0. |
|
1897 |
6323
|
1898 2007-02-16 John W. Eaton <jwe@octave.org> |
|
1899 |
|
1900 * miscellaneous/Makefile.in (SOURCES): Remove popen2.m from the list. |
|
1901 |
6321
|
1902 2007-02-16 Michael Goffioul <michael.goffioul@swing.be> |
|
1903 |
|
1904 * miscellaneous/popen2.m: Remove as replaced with builtin. |
|
1905 |
6316
|
1906 2007-02-16 Muthiah Annamalai <muthuspost@gmail.com> |
|
1907 |
|
1908 * specfun/nchoosek.m: Check nargin. |
|
1909 |
6314
|
1910 2007-02-15 John W. Eaton <jwe@octave.org> |
|
1911 |
6315
|
1912 * path/addpath.m, path/rmpath.m: Delete |
|
1913 * path/Makefile.in (SOURCES): Remove them from the list. |
|
1914 |
6314
|
1915 * plot/__uiobject_axes_init__.in, plot/__uiobject_axes_setr__.m: |
|
1916 Delete title, xlabel, ylabel, and zlabel properties before |
|
1917 reassigning. |
|
1918 * plot/__uiobject_axes_init__.in: New arg, mode. |
|
1919 Don't init outerposition if "mode" is "replace". |
|
1920 * plot/newplot.m: Check both figure and axes nextplot properties. |
|
1921 If axes nextplot property is replace, pass "replace" as mode arg |
|
1922 to __uiobject_axes_init__. |
|
1923 |
6308
|
1924 2007-02-15 Daniel J Sebald <daniel.sebald@ieee.org> |
|
1925 |
6310
|
1926 * image/imshow.m: Don't restore old colormap. |
|
1927 |
6309
|
1928 * plot/__uiobject_image_ctor__.m: Set xdata and ydata properties. |
|
1929 * image/__img__.m: New file containing common parts of image.m and |
|
1930 imshow.m. |
6312
|
1931 * image/Makefile.in (SOURCES): Add __img__.m to the list. |
6309
|
1932 * image/image.m, image/imshow.m: Call __img__. |
|
1933 * plot/__uiobject_draw_axes__.m: |
|
1934 Handle rgb imaged data stored in 3-d arrays. |
|
1935 |
6308
|
1936 * plot/figure.m: Doc fix. |
|
1937 |
6304
|
1938 2007-02-14 Thomas Weber <thomas.weber.mail@gmail.com> |
|
1939 |
|
1940 * audio/wavread.m, audio/wavwrite.m: Use types with specific sizes |
|
1941 for reading and writing data. New tests. Improve rounding. |
|
1942 |
6302
|
1943 2007-02-13 John W. Eaton <jwe@octave.org> |
|
1944 |
6303
|
1945 * plot/stem.m: New file, adapted from OctPlot. |
|
1946 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1947 |
6302
|
1948 * plot/__errcomm__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
1949 plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
1950 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
1951 plot/__plt2vv__.m, plot/__plt__.m, plot/loglog.m, |
|
1952 plot/loglogerr.m, plot/plot.m, plot/plot3.m, plot/polar.m, |
|
1953 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
1954 plot/semilogyerr.m: Return handles to line objects. |
|
1955 |
6301
|
1956 2007-02-11 John W. Eaton <jwe@octave.org> |
|
1957 |
|
1958 * plot/__uiobject_close_all.m: New file. |
|
1959 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
1960 |
6298
|
1961 2007-02-10 John W. Eaton <jwe@octave.org> |
|
1962 |
|
1963 * plot/drawnow.m: Arrange for plot streams to be close on exit. |
|
1964 * plot/__uiobject_globals__.m: Don't call mlock. |
|
1965 |
|
1966 * plot/drawnow.m: Only check for DISPLAY if isunix returns true. |
|
1967 * plot/__uiobject_delete__.m: Send quit command and flush stream |
|
1968 before calling pclose. |
|
1969 |
6291
|
1970 2007-02-09 John W. Eaton <jwe@octave.org> |
|
1971 |
6295
|
1972 * plot/subplot.m: Delete spurious call to axes. |
|
1973 |
6293
|
1974 * plot/figure.m: Call drawnow for current figure before creating |
|
1975 or switching to a new figure. |
|
1976 * plot/__uiobject_init_figure__.in: Handle empty arg the same as |
|
1977 nargin == 0 case. |
|
1978 |
6291
|
1979 * testfun/assert.m: Try to avoid problems when comparisons involve |
|
1980 strange values like Inf+NaNi. |
|
1981 |
6283
|
1982 2007-02-08 John W. Eaton <jwe@octave.org> |
|
1983 |
6286
|
1984 * plot/drawnow.m: Use gnuplot_binary() instead of just "gnuplot" |
|
1985 and check gnuplot_use_title_option instead of just assuming -title |
|
1986 works. From Michael Goffioul <michael.goffioul@swing.be>. |
|
1987 |
6285
|
1988 * Makefile.in (DISTFILES): Add move-if-change to the list. |
|
1989 |
6284
|
1990 * audio/Makefile.in, control/base/Makefile.in, |
|
1991 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
1992 control/system/Makefile.in, control/util/Makefile.in, |
|
1993 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
1994 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
1995 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
1996 optimization/Makefile.in, plot/Makefile.in, |
|
1997 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
1998 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
1999 special-matrix/Makefile.in, startup/Makefile.in, |
|
2000 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
2001 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
2002 strings/Makefile.in, testfun/Makefile.in, time/Makefile.in, |
|
2003 path/Makefile.in, pkg/Makefile.in: Explicitly list source files. |
|
2004 |
6283
|
2005 * plot/figure.m: Don't call drawnow. Correctly init figure when |
|
2006 only given property list. |
|
2007 |
6278
|
2008 2007-02-07 John W. Eaton <jwe@octave.org> |
|
2009 |
6280
|
2010 * plot/__uiobject_draw_axes__.m: Handle xdir, ydir, and zdir axis |
|
2011 properties. |
|
2012 |
6278
|
2013 * plot/sombrero.m: Call box ("off") after mesh. |
|
2014 |
|
2015 * plot/__uiobject_draw_axes__.m: Avoid rgb colors and "set style |
|
2016 line default" commands with older versions of gnuplot. |
|
2017 |
|
2018 * plot/close.m: Use get (0, "currentifgure") instead of gcf. |
|
2019 |
6273
|
2020 2007-02-06 John W. Eaton <jwe@octave.org> |
|
2021 |
|
2022 * plot/__uiobject_draw_axes__.m: Set pt to 0 if marker is ".". |
|
2023 * sparse/gplot.m: Use line style - instead of 1. |
|
2024 |
6272
|
2025 2007-02-05 Rafael Laboissiere <rafael@debian.org> |
|
2026 |
|
2027 * plot/print.m: Avoid error message from cellidx. |
|
2028 |
|
2029 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2030 |
|
2031 * plot/legend.m: Fix check for data. |
|
2032 |
6270
|
2033 2007-02-05 Thomas Treichl <Thomas.Treichl@gmx.net> |
|
2034 |
|
2035 * plot/__uiobject_draw_axes__.m (do_linestyle_command): |
|
2036 Always set lt and pt. |
|
2037 |
6269
|
2038 2007-02-05 Shai Ayal <shaiay@users.sourceforge.net> |
|
2039 |
|
2040 * plot/contourc.m: Correctly compute X and Y. |
|
2041 |
6268
|
2042 2007-02-05 John W. Eaton <jwe@octave.org> |
|
2043 |
|
2044 * plot/__uiobject_draw_axes__.m: Use title "" if no explicit title. |
|
2045 When setting {x,y,z}lim, also set {x,y,z}limmode to "auto. |
|
2046 |
6264
|
2047 2007-02-01 John W. Eaton <jwe@octave.org> |
|
2048 |
6266
|
2049 * plot/__uiobject_draw_axes__.m: |
|
2050 Don't try to set axis limits unless we have data. |
|
2051 |
6264
|
2052 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
2053 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
2054 plot/__plt2vv__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
2055 plot/__pltopt__.m, plot/plot3.m: Set and use options struct |
|
2056 instead of of key and fmt strings. |
|
2057 |
|
2058 * plot/__pltopt1__.m: Greatly simplify. |
|
2059 |
|
2060 * plot/__next_line_color__.m: New file. |
|
2061 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2062 * plot/newplot.m: Call __next_line_color__ here to reset rotation. |
|
2063 |
|
2064 * plot/__default_plot_options__.m: New file. |
|
2065 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2066 |
|
2067 * plot/__plt3__.m: Delete. |
|
2068 * plot/Makefile.in (SOURCES_M): Remove it from the list. |
|
2069 |
6259
|
2070 2007-01-31 John W. Eaton <jwe@octave.org> |
|
2071 |
6263
|
2072 * plot/__uiobject_draw_axes__.m: Set defaults for color, |
|
2073 linestyle, linewidth, marker, and markersize properties. |
|
2074 * plot/__uiobject_draw_axes__.m: Attempt to handle line and marker |
|
2075 colors and widths, and line styles. |
|
2076 |
|
2077 * plot/__plt__.m, image/image.m: Don't call drawnow. |
6262
|
2078 |
6261
|
2079 * plot/__gnuplot_version__.m: Restore from CVS Attic. |
|
2080 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2081 |
|
2082 * plot/__uiobject_draw_axes__.m: Delete useless call to |
|
2083 __gnuplot_save_data__. |
|
2084 |
6259
|
2085 * image/image.m: Accept 2 args, but ignore the second for now. |
|
2086 |
6258
|
2087 2007-01-30 David Bateman <dbateman@free.fr> |
|
2088 |
|
2089 * pkg/pkg.m (pkg, isautoload, install, load_packages): Add ability |
|
2090 to flag a package as to be autoloaded. Add install flags -noauto, |
|
2091 -auto to force autoload behavior. |
|
2092 (installed_packages): Make list of installed packages unique. |
|
2093 |
6259
|
2094 2007-01-30 John W. Eaton <jwe@octave.org> |
|
2095 |
|
2096 * Merge of changes from graphics-branch: |
|
2097 |
|
2098 2007-01-29 John W. Eaton <jwe@octave.org> |
6257
|
2099 |
|
2100 * plot/subplot.m: Set nextplot property of current figure to "add". |
|
2101 |
|
2102 * plot/__uiobject_draw_axes__.m: Only handle outerposition |
|
2103 property if it exists. |
|
2104 |
6259
|
2105 2007-01-26 John W. Eaton <jwe@octave.org> |
6257
|
2106 |
|
2107 * plot/__uiobject_draw_axes__.m: Move initialization of max and |
|
2108 min values outside of loop over child objects. |
|
2109 |
|
2110 * plot/contour.m, plot/contourc.m: New files. |
|
2111 * plot/Makefile.in (SOURCES_M): Add them to the list. |
|
2112 |
|
2113 * image/image_viewer.m: Set view_fcn to "gnuplot_internal" if we |
|
2114 find a gnuplot version newer than 4.0. |
|
2115 * image/__img_gnuplot__.m: Delete. |
|
2116 * image/image.m: Create image graphics object. |
|
2117 Call newplot to setup and drawnow to finish. |
|
2118 Eliminate ZOOM arg. |
|
2119 |
|
2120 * plot/__uiobject_draw_axes__.m: Handle image data. |
|
2121 |
|
2122 * plot/legend.m: Eliminate useless variable "warned". |
|
2123 |
|
2124 * plot/__uiobject_image_ctor__.m: New file. |
|
2125 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2126 |
|
2127 * plot/gcf.m: Also create new figure if currentfigure is 0. |
|
2128 * plot/drawnow.m: Use get (0, "currentfigure") instead of gcf. |
|
2129 |
|
2130 * plot/__uiobject_root_figure_ctor__.m: Set visible property. |
|
2131 |
|
2132 * plot/__default_colormap__.m: New file. |
|
2133 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2134 * plot/__uiobject_figure_ctor__.m: Use it to set default colormap |
|
2135 property. |
|
2136 * image/colormap.m: Use colormap property of current figure |
|
2137 to store colormap instead of using persistent variable. |
|
2138 Call __default_colormap__ to get default map value. |
|
2139 * image/ocean.m, image/gray.m: Set colormap for current figure. |
|
2140 |
|
2141 * plot/__uiobject_draw_axes__.m: Handle aspect ratio property. |
|
2142 Handle some tick mark options. |
|
2143 |
|
2144 * plot/__uiobject_axes_setr__.m: If we see xtick, ytick, or ztick, |
|
2145 set corresponding *mode to "manual". If we set dataaspectratio, |
|
2146 set dataaspectratiomode to "manual". |
|
2147 |
|
2148 * plot/__uiobject_axes_init__.m: Include *tick, *tickmode, |
|
2149 *ticklabelmode, dataaspectratio, dataaspectratiomode properties. |
|
2150 |
|
2151 * plot/axis.m: New file. |
|
2152 * plot/Makefile.in (SOURCES_M): Include it in the list. |
|
2153 |
|
2154 * plot/__uiobject_axes_setr__.m: If we see xlim, ylim, or zlim, |
|
2155 set corresponding *limmode to "manual". |
|
2156 * plot/__uiobject_draw_axes__.m (get_axis_limits): New subfunction. |
|
2157 Use it to compute autosclaled limits. |
|
2158 Arg is now handle, not object. Change all callers. |
|
2159 Compute data limits. |
|
2160 |
6259
|
2161 2007-01-25 John W. Eaton <jwe@octave.org> |
6257
|
2162 |
|
2163 * plot/drawnow: Fix visibility check for zero args. |
|
2164 |
|
2165 * plot/text.m: New file. |
|
2166 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2167 * plot/__uiobject_draw_axes__.m: Handle text objects. |
|
2168 * plot/__uiobject_text_ctor__.m: Include units, position, and |
|
2169 horizontalalignment properties. |
|
2170 |
|
2171 * plot/figure.m: Set options for f we just constructed or were |
|
2172 given as an argument, not gcf. Only return handle if nargout > 0. |
|
2173 |
|
2174 * plot/drawnow.m: Handle visible field for figure here. |
|
2175 * plot/__uiobject_figure_ctor__.m: Set default visible field. |
|
2176 |
|
2177 * plot/__uiobject_draw_axes__.m: Call undo_string_escapes on |
|
2178 title and axis labels. |
|
2179 |
|
2180 * plot/plot3.m, plot/mesh.m: Set default 3-d view here. |
|
2181 * plot/__uiobject_draw_axes__.m: Handle view for 3-d plots. |
|
2182 * plot/__uiobject_axes_init__.in: Set default view field for object. |
|
2183 * plot/view.m: New file. |
|
2184 * plot/Makefile.in (SOURCES_M): Add it to the list. |
|
2185 |
|
2186 * plot/__uiobject_make_handle__.in, plot/set.m, plot/drawnow.m: |
|
2187 Call __request_drawnow__. |
|
2188 |
|
2189 * plot/newplot.m: For "replace" action, call __uiobject_axes_init__. |
|
2190 |
|
2191 * plot/__uiobject_axes_ctor__.m, plot/__uiobject_text_ctor__.m: |
|
2192 Call set to set properties. Return handle instead of structure. |
|
2193 Change all callers. |
|
2194 |
|
2195 * plot/__uiobject_axes_setr__.m: New file. |
|
2196 * plot/set.in: Check for __setter__ field. |
|
2197 |
|
2198 * plot/__uiobject_axes_init__.in: |
|
2199 Rename from plot/__uiobject_axes_init__.m. |
|
2200 Include __uiobject_globals__. |
|
2201 Accept handle as arg instead of structure |
|
2202 * plot/Makefile.in (SOURCES_M): Remove __uiobject_axes_init__.m |
|
2203 from the list. |
|
2204 (SOURCES_IN): Add __uiobject_axes_init__.in to the list. |
|
2205 |
6259
|
2206 2007-01-24 John W. Eaton <jwe@octave.org> |
6257
|
2207 |
|
2208 * plot/Makefile.in ($(GEN_M)): Depend on __uiobject_globals__.m. |
|
2209 |
|
2210 * plot/__uiobject_globals__.m: Call __lock_global__ when |
|
2211 initializing each global variable. |
|
2212 |
6259
|
2213 2007-01-18 John W. Eaton <jwe@octave.org> |
6257
|
2214 |
|
2215 * plot/__uiobject_globals__.m (__uiobject_handles_free_list__, |
|
2216 __uiobject_figure_handles_free_list__): New global variables. |
|
2217 * plot/__uiobject_get_handle__.m, plot/__uiobject_free__.m: |
|
2218 Place unused handles on the free list. |
|
2219 |
|
2220 * plot/__uiobject_get_figure_handle__.in: Delete. |
|
2221 * plot/Makefile.in: Delete it from the SOURCES_IN list. |
|
2222 |
|
2223 * plot/__uiobject_init_figure__.in: Perform allocation of figure |
|
2224 handles here. Return figure handle. |
|
2225 * plot/figure.m: Call __uiobject_init_figure__ to allocate handle. |
|
2226 |
6259
|
2227 2007-01-11 John W. Eaton <jwe@octave.org> |
6257
|
2228 |
|
2229 * plot/__uiobject_draw_axes__.m: Use "%g", not "%.4g" when writing |
|
2230 data for gnuplot. |
|
2231 |
|
2232 * plot/Makefile.in (SOURCES_M, SOURCES_IN, GEN_M): New lists of |
|
2233 files. |
|
2234 (SOURCES): Include $(SOURCES_M) and $(SOURCES_M) in the list. |
|
2235 (DISTFILES): Include include-globals.awk in the list. |
|
2236 (FCN_FILES): Define using $(SOURCES_M) and $(GEN_M). |
|
2237 ($(GEN_M) : %.m : %.in): New rule. |
|
2238 |
|
2239 * include-globals.awk: New file. |
|
2240 |
|
2241 * plot/__uiobject_alloc__.in, plot/__uiobject_figures__.in, |
|
2242 plot/__uiobject_free__.in, plot/__uiobject_get_figure_handle__.in, |
|
2243 plot/__uiobject_get_handle__.in, plot/__uiobject_grow_list__.in, |
|
2244 plot/__uiobject_handle2idx__.in, plot/__uiobject_init_figure__.in, |
|
2245 plot/__uiobject_init_root_figure__.in, |
|
2246 plot/__uiobject_make_handle__.in, plot/get.in, plot/set.in: |
|
2247 Rename from corresponding .m files. |
|
2248 |
|
2249 * move-if-change: New file. |
|
2250 |
|
2251 * plot/__uiobject_delete__.m: New file. |
|
2252 * plot/delete.m, plot/__uiobject_delete_children__.m, |
|
2253 plot/__uiobject_delete_child__.m: Delete. |
|
2254 * miscellaneous/delete.m: Forward to __uiobject_delete__ if arg is |
|
2255 not a character string. |
|
2256 * plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2vm__.m: |
|
2257 Fix assignment to tmp key value in loop. |
|
2258 * plot/__uiobject_axes_dtor__.m: No need to Call __uiobject_free__ |
|
2259 for obj.title, obj.xlabel, obj.ylabel, obj.zlabel. |
|
2260 * plot/__uiobject_axes_dtor__.m, plot/__uiobject_axis_init__.m: |
|
2261 Inline code to delete children. |
|
2262 * plot/__uiobject_free__.m: Arg is now handle, not index into |
|
2263 __uiobject_list__. |
|
2264 * plot/clf.m, plot/closereq.m, plot/newplot.m: No need to remove |
|
2265 and free child. |
|
2266 |
6259
|
2267 2006-12-08 John W. Eaton <jwe@octave.org> |
|
2268 |
|
2269 * plot/gcf.m: Check if the root figure object's currentfigure |
|
2270 handle is empty, not 0. |
|
2271 * plot/__uiobject_root_figure_ctor__.m: |
|
2272 Set currentfigure to [], not 0. |
|
2273 |
|
2274 * plot/stairs.m: Handle matrix arguments. Improve compatibility. |
|
2275 |
|
2276 2006-12-07 John W. Eaton <jwe@octave.org> |
|
2277 |
|
2278 * plot/__plt_get_axis_arg__.m, plot/__uiobject_adopt__.m, |
|
2279 plot/__uiobject_alloc__.m, plot/__uiobject_axes_ctor__.m, |
|
2280 plot/__uiobject_axes_dtor__.m, plot/__uiobject_axes_init__.m, |
|
2281 plot/__uiobject_delete_children__.m, |
|
2282 plot/__uiobject_draw_axes__.m, plot/__uiobject_draw_figure__.m, |
|
2283 plot/__uiobject_figure_ctor__.m, plot/__uiobject_figures__.m, |
|
2284 plot/__uiobject_free__.m, plot/__uiobject_get_figure_handle__.m, |
|
2285 plot/__uiobject_get_handle__.m, plot/__uiobject_globals__.m, |
|
2286 plot/__uiobject_grow_list__.m, plot/__uiobject_handle2idx__.m, |
|
2287 plot/__uiobject_init_figure__.m, |
|
2288 plot/__uiobject_init_root_figure__.m, |
|
2289 plot/__uiobject_line_ctor__.m, plot/__uiobject_make_handle__.m, |
|
2290 plot/__uiobject_remove_child__.m, |
|
2291 plot/__uiobject_root_figure_ctor__.m, |
|
2292 plot/__uiobject_surface_ctor__.m, plot/__uiobject_text_ctor__.m, |
|
2293 plot/axes.m, plot/box.m, plot/closereq.m, plot/delete.m, |
|
2294 plot/drawnow.m, plot/gca.m, plot/gcf.m, plot/get.m, |
|
2295 plot/isfigure.m, plot/ishandle.m, plot/line.m, plot/newplot.m, |
|
2296 plot/set.m: New files. |
|
2297 |
|
2298 * plot/__plt3__.m, plot/errorbar.m, plot/__axis_label__.m, |
|
2299 plot/__plr1__.m, plot/__errcomm__.m, plot/print.m, plot/zlabel.m, |
|
2300 plot/__plt1__.m, plot/__plt2__.m, plot/sombrero.m, plot/shg.m, |
|
2301 plot/fplot.m, plot/ndgrid.m, plot/clf.m, plot/hold.m, |
|
2302 plot/ishold.m, plot/meshdom.m, plot/ylabel.m, plot/__plt2ss__.m, |
|
2303 plot/__plt2vv__.m, plot/__plr2__.m, plot/__plt2mm__.m, |
|
2304 plot/__pltopt1__.m, plot/meshgrid.m, plot/__plt2mv__.m, |
|
2305 plot/figure.m, plot/xlabel.m, plot/stairs.m, plot/__plt2vm__.m, |
|
2306 plot/bar.m, plot/__errplot__.m, plot/semilogx.m, plot/semilogy.m, |
|
2307 plot/loglog.m, plot/polar.m, plot/legend.m, plot/orient.m, |
|
2308 plot/title.m, plot/__pltopt__.m, plot/grid.m, plot/hist.m, |
|
2309 plot/subplot.m, plot/plot.m, plot/mesh.m, plot/__plt__.m, |
|
2310 plot/close.m, plot/loglogerr.m, plot/plot3.m, plot/semilogxerr.m, |
|
2311 plot/semilogyerr.m, plot/replot.m: |
|
2312 Adapt to new graphics data structure. |
|
2313 |
|
2314 * plot/__do_legend__.m, plot/__gnuplot_version__.m, |
|
2315 plot/__init_plot_vars__.m, plot/__make_using_clause__.m, |
|
2316 plot/__plot_globals__.m, plot/__plr__.m, plot/__render_plot1__.m, |
|
2317 plot/__render_plot__.m, plot/__setup_plot__.m, plot/axis.m, |
|
2318 plot/contour.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2319 plot/plot_border.m, plot/subwindow.m: Delete. |
|
2320 |
|
2321 2007-01-24 David Bateman <dbateman@free.fr> |
|
2322 |
|
2323 * pkg/pkg.m: Install ChangeLog file if it exists. |
|
2324 Delete bare newline in string passed to write_INDEX. |
|
2325 |
|
2326 * sparse/sprandsym.m: Make work for even values of N. |
|
2327 |
|
2328 2007-01-24 John W. Eaton <jwe@octave.org> |
|
2329 |
|
2330 * miscellaneous/news.m: New file. |
|
2331 |
|
2332 2007-01-23 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
2333 |
|
2334 * strings/strncmpi.m: Use strncmp instead of calling strtrunc on args. |
|
2335 |
|
2336 * strings/strncmp.m: Delete (we now have a built-in version). |
|
2337 |
|
2338 2007-01-22 Bob Weigel <rweigel@gmu.edu> |
|
2339 |
|
2340 * testfun/test.m: Check for all files in path, use first found. |
|
2341 |
|
2342 2007-01-22 David Bateman <dbateman@free.fr> |
|
2343 |
|
2344 * polynomial/spline.m: Make DG a column instead of a row vector. |
|
2345 |
|
2346 2007-01-18 S�ren Hauberg <hauberg@gmail.com> |
|
2347 |
|
2348 * pkg/pkg.m (copy_files): Call write_INDEX with correct target |
|
2349 file name. |
|
2350 |
|
2351 * image/ind2rgb.m: Better input checking. Return 3-d array if |
|
2352 nargout is 1. Handle colormaps that have too few colors. |
|
2353 |
|
2354 * pkg/pkg.m (create_pkgadddel): Call fullfile with nm, not "nm". |
|
2355 (configure_make): Use fullfile instead of concatenating with "/". |
|
2356 |
6258
|
2357 2007-01-10 Baylis Shanks <bshanks3@hotmail.com> |
|
2358 |
|
2359 * set/ismember.m: Handle N-d arrays. |
|
2360 |
|
2361 2007-01-10 David Bateman <dbateman@free.fr> |
|
2362 |
|
2363 * elfun/acosd.m, elfun/acotd.m, elfun/acscd.m, elfun/asecd.m, |
|
2364 elfun/asind.m, elfun/atand.m, elfun/cosd.m, elfun/cotd.m, |
|
2365 elfun/cscd.m, elfun/secd.m, elfun/sind.m, elfun/tand.m: |
|
2366 New files. |
|
2367 |
|
2368 2007-01-09 S�ren Hauberg <hauberg@gmail.com> |
|
2369 |
6778
|
2370 * pkg/pkg.m: Allow filenames to contain glob patterns. |
6258
|
2371 |
|
2372 2007-01-08 S�ren Hauberg <hauberg@gmail.com> |
|
2373 |
|
2374 * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile |
|
2375 instead of concatenating with "/". Use mlock to ensure that |
|
2376 persistent variables are not clobbered if user types clear all. |
|
2377 |
|
2378 2007-01-08 John W. Eaton <jwe@octave.org> |
|
2379 |
|
2380 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2381 Improve handling of file names containing globbing characters. |
|
2382 From S�ren Hauberg <hauberg@gmail.com>. |
|
2383 |
|
2384 2007-01-05 John W. Eaton <jwe@octave.org> |
|
2385 |
|
2386 * optimization/optimset.m, optimization/__fsolve_defopts__.m: |
|
2387 New files. |
|
2388 |
|
2389 2006-12-30 John W. Eaton <jwe@octave.org> |
|
2390 |
|
2391 * sparse/spfun.m: Check for "function_handle" not "function handle". |
|
2392 * plot/fplot.m: Likewise. Use isa instead of strcmp + class. |
|
2393 |
|
2394 2006-12-27 S�ren Hauberg <hauberg@gmail.com> |
|
2395 |
|
2396 * image/imshow.m: Strip NaNs from image. |
|
2397 |
|
2398 2006-12-08 David Bateman <dbateman@free.fr> |
|
2399 |
|
2400 * sparse/normest.m: New file. |
|
2401 |
6286
|
2402 2006-12-06 Michael Goffioul <michael.goffioul@swing.be> |
6209
|
2403 |
6210
|
2404 * miscellaneous/copyfile.m, miscellaneous/movefile.m: |
|
2405 Work on Windows systems without cp or mv. |
|
2406 |
6209
|
2407 * startup/inputrc: Include sequences for Windows. |
|
2408 |
6203
|
2409 2006-12-06 S�ren Hauberg <hauberg@gmail.com> |
|
2410 |
|
2411 * pkg/pkg.m (unload_packages): New function. |
|
2412 (pkg): Handle unload action. |
|
2413 |
|
2414 * __errplot__.m: Add missing semicolon. |
|
2415 |
6193
|
2416 2006-11-30 John W. Eaton <jwe@octave.org> |
|
2417 |
|
2418 * miscellaneous/mexext.m: New file. |
|
2419 |
6189
|
2420 2006-11-29 David Bateman <dbateman@free.fr> |
|
2421 |
|
2422 * pkg/pkg.m: Add local_list and global_list options that allow the |
|
2423 location of package lists to be probed and set. |
|
2424 |
6179
|
2425 2006-11-17 John W. Eaton <jwe@octave.org> |
|
2426 |
6181
|
2427 * plot/__render_plot1__.m: Reverse y axis for images. |
|
2428 |
6179
|
2429 * plot/__render_plot__.m: New args, terminal and output. |
|
2430 * plot/print.m: Don't set output and term here. Instead, call |
|
2431 __render_plot__ with terminal and output. |
|
2432 |
6178
|
2433 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2434 |
|
2435 * plot/__render_plot1__.m: New file. |
|
2436 * plot/__render_plot__.m: Use it. Loop over multiplots. |
|
2437 * plot/print.m, plot/subplot.m: Don't send "set multiplot" to |
|
2438 gnuplot. Let __render_plot__ do that. |
|
2439 |
6177
|
2440 2006-11-16 Francesco Potorti` <Potorti@isti.cnr.it> |
|
2441 |
|
2442 * plot/plot.m: Fix doc string. |
|
2443 |
6173
|
2444 2006-11-16 John W. Eaton <jwe@octave.org> |
|
2445 |
|
2446 * plot/__render_plot__.m: Check for mix of 2-d and 3-d plots |
|
2447 before sending anything to the plotter. |
|
2448 |
6172
|
2449 2006-11-15 John W. Eaton <jwe@octave.org> |
|
2450 |
|
2451 * image/__img_gnuplot__.m: Store more info in global plot |
|
2452 structures and use __render_plot__ to build plot command to |
|
2453 display image. |
|
2454 |
|
2455 * plot/__plt3__.m: New arg, parametric. Change all callers. |
|
2456 |
|
2457 * plot/__plot_globals__.m (__plot_line_offset__, __plot_command__, |
|
2458 __plot_command_sep__): Delete. |
|
2459 (__plot_data_type__, __plot_data_parametric__, |
|
2460 __plot_image_colormap__, __plot_image_dims__, __plot_fmtstr__, |
|
2461 __plot_usingstr__, __plot_withstr__): New variables. |
|
2462 * plot/__init_plot_vars__.m: Initialize them. |
|
2463 |
|
2464 * plot/__init_plot_vars__.m, plot/__setup_plot__.m: |
|
2465 Don't handle sep or cmd. |
|
2466 |
|
2467 * plot/__render_plot__.m: New function. |
|
2468 * plot/__plt__.m, plot/__plt3__.m, plot/__errplot__.m: |
|
2469 Store more info in global plot structures and use __render_plot__ |
|
2470 to build plot command. |
|
2471 * plot/replot.m: Simply call __render_plot__. |
|
2472 |
|
2473 * plot/contour.m, plot/mesh.m, plot/plot3.m: |
|
2474 Set __plot_data_parametric__ here. |
|
2475 |
6164
|
2476 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2477 |
6166
|
2478 * plot/bottom_title.m, plot/top_title.m: Delete. |
|
2479 |
6164
|
2480 * image/image_viewer.m: Set default values here. |
|
2481 * image/image.m: Not here. |
|
2482 |
|
2483 * image/image_viewer.m: Always return old values. Check arguments. |
|
2484 * image/__img_gnuplot__.m: Rename from __img__m. |
|
2485 |
|
2486 2006-11-14 S�ren Hauberg <soren@hauberg.org> |
|
2487 |
|
2488 * image/image_viewer.m: New function. |
|
2489 * image/__img_via_file__.m: New function. |
|
2490 * image/image.m: Use image_viewer to determine which program to |
|
2491 use for image viewing. |
6754
|
2492 * image/__img__.m: Silently accept more than 3 args. |
6164
|
2493 |
6163
|
2494 2006-11-14 John W. Eaton <jwe@octave.org> |
|
2495 |
|
2496 * plot/__do_legend__.m, plot/__errplot__.m, |
|
2497 plot/__init_plot_vars__.m, plot/__plot_globals__.m, |
|
2498 plot/__plt3__.m, plot/__plt__.m, plot/__setup_plot__.m, |
|
2499 plot/legend.m, plot/mplot.m, plot/multiplot.m, plot/oneplot.m, |
|
2500 plot/replot.m, plot/subplot.m, plot/subwindow.m: |
|
2501 Use __plot_globals__ for multiplot variables. Keep track of |
|
2502 multiplot info for each figure. Eliminate __multiplot_xscale__. |
|
2503 |
6157
|
2504 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2505 |
6158
|
2506 * plot/mesh.m: Use proper dimensions for y in call to repmat. |
|
2507 |
6157
|
2508 * miscellaneous/substruct.m: New function. |
|
2509 |
|
2510 * testfun/assert.m: Force orientation to match when comparing |
|
2511 struct elements. |
|
2512 |
|
2513 * general/__isequal__.m: Avoid assignment of comma-separated lists |
|
2514 when comparing structs. |
|
2515 |
|
2516 2006-11-13 S�ren Hauberg <hauberg@gmail.com> |
|
2517 |
6754
|
2518 * general/bicubic.m, general/cart2pol.m, general/cart2sph.m, |
|
2519 plot/contour.m, linear-algebra/cross.m, general/cumtrapz.m, |
|
2520 linear-algebra/dot.m, image/imshow.m, general/interp2.m, |
|
2521 general/mod.m, plot/plot3.m, plot/__plr2__.m, plot/__plr__.m, |
|
2522 general/pol2cart.m, general/polyarea.m, polynomial/polyfit.m, |
|
2523 general/rem.m, image/rgb2ind.m, general/sph2cart.m, |
|
2524 general/trapz.m, miscellaneous/xor.m: Use size_equal. |
6157
|
2525 |
6156
|
2526 2006-11-13 John W. Eaton <jwe@octave.org> |
|
2527 |
|
2528 * plot/mesh.m: Use size_equal to compare dimensions. |
|
2529 |
6154
|
2530 2006-11-13 S�ren Hauberg <soren@hauberg.org> |
|
2531 |
|
2532 * plot/mesh.m: Simplify. Set hidden3d for the plot. |
|
2533 |
6152
|
2534 2006-11-11 S�ren Hauberg <soren@hauberg.org> |
|
2535 |
|
2536 * miscellaneous/copyfile.m: Fix docs to match function. |
|
2537 |
6145
|
2538 2006-11-08 John W. Eaton <jwe@octave.org> |
|
2539 |
6146
|
2540 * plot/legend.m: New function, adapted from Octave Forge. |
|
2541 |
|
2542 * plot/__do_legend__.m: New function. |
|
2543 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m, |
|
2544 plot/replot.m: Call it before plotting. |
|
2545 |
|
2546 * plot/plot3.m, plot/mesh.m, plot/contour.m: Don't send "set |
|
2547 noparametric" to gnuplot.. |
|
2548 |
|
2549 * plot/__plotopt__.m, plot/__pltopt1__.m, plot/__plt1__.m, |
|
2550 plot/__plt2__.m, plot/__plt2mm__.m, plot/__plt2mv__.m, |
|
2551 plot/__plt2ss__.m, plot/__plt2vm__.m, plot/__plt2vv__.m: Accept |
|
2552 and return key title separate from line format. Accept format and |
|
2553 key as cellstr. Always return data as cell array. Return format |
|
2554 and key title as cellstr. |
|
2555 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m: |
|
2556 Handle line format and key titles separately. |
|
2557 * plot/__plt3__.m, plot/__plt__.m: Handle data as cell array only. |
|
2558 |
|
2559 * plot/__plot_globals__.m (__plot_line_offset__, |
|
2560 __plot_key_labels__, __plot_key_properties__): New global |
|
2561 variables. Initialize them. |
|
2562 * plot/__init_plot_vars__.m (__plot_line_offset__, |
|
2563 __plot_key_labels__, __plot_key_properties__): Initialize. |
|
2564 * plot/__errplot__.m, plot/__plt3__.m, plot/__plt__.m |
|
2565 (__plot_line_offset__, __plot_key_labels__, |
|
2566 __plot_key_properties__): Store information about plot key titles. |
|
2567 |
|
2568 * plot/__errplot__.m, plot/__init_plot_vars__.m, plot/__plt3__.m, |
|
2569 plot/__plt__.m: Use cf, mxi, and myi as shorthand for |
|
2570 __current_figure__, __multiplot_xi__, and __multiplot_yi__, |
|
2571 respectively. |
|
2572 |
|
2573 * plot/__errcomm__.m: Allow fmt to be cellstr. |
|
2574 |
6145
|
2575 * strings/strcat.m: Disable Octave:empty-list-elements warning |
|
2576 whle concatenating args. |
|
2577 |
6144
|
2578 2006-11-07 John W. Eaton <jwe@octave.org> |
|
2579 |
|
2580 * startup/main-rcfile: Conditionally set PAGER_FLAGS. |
|
2581 |
6142
|
2582 2006-11-06 S�ren Hauberg <soren@hauberg.org> |
|
2583 |
6143
|
2584 * pkg/pkg.m (extract_pkg): No need to pass "dotexceptnewline" |
|
2585 option to regexp. |
|
2586 |
6142
|
2587 * image/__img__.m: Send "set size ratio -1" before plotting. |
|
2588 |
6138
|
2589 2006-11-03 Bill Denney <denney@seas.upenn.edu> |
|
2590 |
6139
|
2591 * strings/index.m: New arg, direction. Simplify and speed up. |
|
2592 * strings/rindex.m: Implement using index (..., "last"); |
|
2593 |
6754
|
2594 * blanks.m, strcat.m: Simplify. Add tests. |
6138
|
2595 |
6130
|
2596 2006-11-01 Bill Denney <denney@seas.upenn.edu> |
|
2597 |
|
2598 * general/__isequal__.m: Test size and class more consistently. |
|
2599 |
6116
|
2600 2006-10-27 John W. Eaton <jwe@octave.org> |
|
2601 |
6117
|
2602 * miscellaneous/ls_command.m: Use /D instead of /w. |
|
2603 From Michael Goffioul <michael.goffioul@swing.be>. |
|
2604 |
6116
|
2605 * miscellaneous/ls.m, miscellaneous/ls_command.m: New files. |
|
2606 * miscellaneous/dir.m: Mark as a command. |
|
2607 |
6112
|
2608 2006-10-27 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
2609 |
|
2610 * miscellaneous/unpack.m: Fix missing comma in strcat call. |
|
2611 |
6088
|
2612 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2613 |
|
2614 * image/image.m: Set x = y = [] when nargin == 0; |
|
2615 |
|
2616 2006-10-25 Quentin Spencer <qspencer@ieee.org> |
|
2617 |
|
2618 * image/image.m: Call __img__ if gnuplot version is > 4.0. |
|
2619 * image/__img__.m: New file, originally from |
|
2620 Daniel J Sebald <daniel.sebald@ieee.org>. |
|
2621 |
6087
|
2622 2006-10-25 John W. Eaton <jwe@octave.org> |
|
2623 |
|
2624 * plot/__gnuplot_version__.m: New function, originally from |
|
2625 Daniel J Sebald <daniel.sebald@ieee.org> by way of |
|
2626 Quentin Spencer <qspencer@ieee.org>. |
|
2627 |
6085
|
2628 2006-10-25 S�ren Hauberg <soren@hauberg.org> |
|
2629 |
|
2630 * plot/__pltopt__.m: Update symbol marker id numbers for gnuplot 4. |
|
2631 |
6081
|
2632 2006-10-24 Bill Denney <denney@seas.upenn.edu> |
|
2633 |
|
2634 * miscellaneous/unpack.m, miscellaneous/bunzip2.m, |
|
2635 miscellaneous/gunzip.m: New files. |
|
2636 * miscellaneous/untar.m, miscellaneous/unzip.m: |
|
2637 Call unpack to do the real work. |
|
2638 |
6075
|
2639 2006-10-24 John W. Eaton <jwe@octave.org> |
|
2640 |
6078
|
2641 * plot/plot3.m: If we have a format string, then also pass using |
|
2642 string to __plt3__. |
|
2643 |
6077
|
2644 * plot/sombrero.m: Don't return anything if nargout == 0. |
|
2645 |
6075
|
2646 * plot/__plt3__.m: Create using clause if none is supplied. |
6077
|
2647 * plot/mesh.m: Always pass empty using string to __plt3__. |
6075
|
2648 |
6069
|
2649 2006-10-20 Bill Denney <denney@seas.upenn.edu> |
|
2650 |
|
2651 * movefile.m, copyfile.m: Handle cellstr lists of files. |
|
2652 Quote filenames in shell commands. |
|
2653 |
6055
|
2654 2006-10-17 David Bateman <dbateman@free.fr> |
|
2655 |
|
2656 * pkg/pkg.m (uninstall): Allow the uninstall to proceed even if |
|
2657 the package directory is missing. |
|
2658 |
6052
|
2659 2006-10-13 John W. Eaton <jwe@octave.org> |
|
2660 |
|
2661 * plot/box.m: New function. |
|
2662 |
6050
|
2663 2006-10-13 Etienne Grossmann <etienne@tyzx.com> |
|
2664 |
|
2665 * general/ind2sub.m, general/sub2ind.m: Handle empty indices. |
|
2666 |
6049
|
2667 2006-10-12 Quentin Spencer <qspencer@ieee.org> |
|
2668 |
|
2669 * plot/sombrero.m: Only plot if nargout == 0. Otherwise, return data. |
|
2670 |
6047
|
2671 2006-10-10 John W. Eaton <jwe@octave.org> |
|
2672 |
|
2673 * miscellaneous/copyfile.m, miscellaneous/movefile.m: New functions. |
|
2674 |
6046
|
2675 2006-10-10 Bill Denney <denney@seas.upenn.edu> |
|
2676 |
|
2677 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
2678 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
2679 audio/setaudio.m, audio/wavread.m, audio/wavwrite.m, |
|
2680 control/base/__bodquist__.m, control/base/__freqresp__.m, |
|
2681 control/base/are.m, control/base/bode.m, control/base/ctrb.m, |
|
2682 control/base/damp.m, control/base/dare.m, control/base/dcgain.m, |
|
2683 control/base/dre.m, control/base/impulse.m, control/base/lqg.m, |
|
2684 control/base/lsim.m, control/base/lyap.m, control/base/nichols.m, |
|
2685 control/base/nyquist.m, control/base/obsv.m, control/base/pzmap.m, |
|
2686 control/base/rlocus.m, control/base/step.m, control/base/tzero.m, |
|
2687 control/hinf/h2norm.m, control/hinf/h2syn.m, |
|
2688 control/hinf/hinfnorm.m, control/hinf/hinfsyn.m, |
|
2689 control/hinf/is_dgkf.m, control/hinf/wgt1o.m, |
|
2690 control/obsolete/dezero.m, control/system/__sysdefioname__.m, |
|
2691 control/system/buildssic.m, control/system/c2d.m, |
|
2692 control/system/cellidx.m, control/system/d2c.m, |
|
2693 control/system/dmr2d.m, control/system/fir2sys.m, |
|
2694 control/system/is_abcd.m, control/system/is_controllable.m, |
|
2695 control/system/is_detectable.m, control/system/is_digital.m, |
|
2696 control/system/is_observable.m, control/system/is_siso.m, |
|
2697 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
2698 control/system/jet707.m, control/system/listidx.m, |
|
2699 control/system/ord2.m, control/system/parallel.m, |
|
2700 control/system/ss.m, control/system/ss2zp.m, |
|
2701 control/system/starp.m, control/system/sys2ss.m, |
|
2702 control/system/sys2tf.m, control/system/sys2zp.m, |
|
2703 control/system/sysadd.m, control/system/sysappend.m, |
|
2704 control/system/syschtsam.m, control/system/sysconnect.m, |
|
2705 control/system/syscont.m, control/system/sysdimensions.m, |
|
2706 control/system/sysdisc.m, control/system/sysdup.m, |
|
2707 control/system/sysgetsignals.m, control/system/sysgettsam.m, |
|
2708 control/system/sysgroup.m, control/system/sysidx.m, |
|
2709 control/system/sysmin.m, control/system/sysmult.m, |
|
2710 control/system/sysout.m, control/system/sysprune.m, |
|
2711 control/system/sysscale.m, control/system/syssetsignals.m, |
|
2712 control/system/syssub.m, control/system/sysupdate.m, |
|
2713 control/system/tf.m, control/system/tfout.m, |
|
2714 control/system/ugain.m, control/system/zp.m, |
|
2715 control/system/zpout.m, control/util/__outlist__.m, |
|
2716 control/util/__zgpbal__.m, control/util/prompt.m, |
|
2717 control/util/sortcom.m, control/util/strappend.m, |
|
2718 deprecated/com2str.m, elfun/acot.m, elfun/acoth.m, elfun/acsc.m, |
|
2719 elfun/acsch.m, elfun/asec.m, elfun/asech.m, elfun/cot.m, |
|
2720 elfun/coth.m, elfun/csc.m, elfun/csch.m, elfun/lcm.m, elfun/sec.m, |
|
2721 elfun/sech.m, finance/fv.m, finance/fvl.m, finance/irr.m, |
|
2722 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
2723 finance/pvl.m, finance/rate.m, finance/vol.m, |
|
2724 general/__isequal__.m, general/bitcmp.m, general/bitget.m, |
|
2725 general/bitset.m, general/blkdiag.m, general/cart2sph.m, |
|
2726 general/cell2mat.m, general/circshift.m, general/cplxpair.m, |
|
2727 general/cumtrapz.m, general/deal.m, general/diff.m, |
|
2728 general/flipdim.m, general/fliplr.m, general/flipud.m, |
|
2729 general/ind2sub.m, general/int2str.m, |
|
2730 general/is_duplicate_entry.m, general/isdefinite.m, |
|
2731 general/isequal.m, general/isequalwithequalnans.m, |
|
2732 general/isscalar.m, general/issquare.m, general/issymmetric.m, |
|
2733 general/isvector.m, general/logical.m, general/logspace.m, |
|
2734 general/mod.m, general/nargchk.m, general/nextpow2.m, |
|
2735 general/perror.m, general/postpad.m, general/prepad.m, |
|
2736 general/randperm.m, general/rem.m, general/repmat.m, |
|
2737 general/rot90.m, general/rotdim.m, general/shift.m, |
|
2738 general/shiftdim.m, general/sph2cart.m, general/strerror.m, |
|
2739 general/sub2ind.m, general/trapz.m, general/tril.m, |
|
2740 general/triu.m, image/gray.m, image/gray2ind.m, image/hsv2rgb.m, |
|
2741 image/image.m, image/imagesc.m, image/ind2gray.m, image/ind2rgb.m, |
|
2742 image/loadimage.m, image/ntsc2rgb.m, image/ocean.m, |
|
2743 image/rgb2hsv.m, image/rgb2ntsc.m, image/saveimage.m, io/beep.m, |
|
2744 linear-algebra/commutation_matrix.m, linear-algebra/cond.m, |
|
2745 linear-algebra/cross.m, linear-algebra/dmult.m, |
|
2746 linear-algebra/dot.m, linear-algebra/duplication_matrix.m, |
|
2747 linear-algebra/krylov.m, linear-algebra/krylovb.m, |
|
2748 linear-algebra/logm.m, linear-algebra/norm.m, |
|
2749 linear-algebra/null.m, linear-algebra/orth.m, |
|
2750 linear-algebra/qzhess.m, linear-algebra/rank.m, |
|
2751 linear-algebra/trace.m, linear-algebra/vec.m, |
|
2752 linear-algebra/vech.m, miscellaneous/bincoeff.m, |
|
2753 miscellaneous/delete.m, miscellaneous/dir.m, miscellaneous/dos.m, |
|
2754 miscellaneous/fileattrib.m, miscellaneous/fileparts.m, |
|
2755 miscellaneous/flops.m, miscellaneous/fullfile.m, |
|
2756 miscellaneous/ispc.m, miscellaneous/isunix.m, |
|
2757 miscellaneous/menu.m, miscellaneous/not.m, miscellaneous/popen2.m, |
|
2758 miscellaneous/single.m, miscellaneous/unix.m, miscellaneous/ver.m, |
|
2759 miscellaneous/xor.m, optimization/glpk.m, optimization/glpkmex.m, |
|
2760 optimization/qp.m, optimization/sqp.m, plot/__axis_label__.m, |
|
2761 plot/__errplot__.m, plot/__plr1__.m, plot/__plr2__.m, |
|
2762 plot/__plr__.m, plot/__plt1__.m, plot/__plt2__.m, |
|
2763 plot/__plt2mm__.m, plot/__plt2mv__.m, plot/__plt2ss__.m, |
|
2764 plot/__plt2vm__.m, plot/__plt2vv__.m, plot/__pltopt1__.m, |
|
2765 plot/__pltopt__.m, plot/bar.m, plot/bottom_title.m, plot/close.m, |
|
2766 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/fplot.m, |
|
2767 plot/grid.m, plot/hist.m, plot/hold.m, plot/ishold.m, |
|
2768 plot/loglogerr.m, plot/mesh.m, plot/meshdom.m, plot/meshgrid.m, |
|
2769 plot/multiplot.m, plot/orient.m, plot/polar.m, plot/replot.m, |
|
2770 plot/semilogxerr.m, plot/semilogyerr.m, plot/sombrero.m, |
|
2771 plot/stairs.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
2772 plot/top_title.m, polynomial/compan.m, polynomial/conv.m, |
|
2773 polynomial/deconv.m, polynomial/mkpp.m, polynomial/poly.m, |
|
2774 polynomial/polyder.m, polynomial/polyderiv.m, |
|
2775 polynomial/polyfit.m, polynomial/polygcd.m, |
|
2776 polynomial/polyinteg.m, polynomial/polyout.m, |
|
2777 polynomial/polyreduce.m, polynomial/polyval.m, |
|
2778 polynomial/polyvalm.m, polynomial/ppval.m, polynomial/residue.m, |
|
2779 polynomial/roots.m, polynomial/unmkpp.m, quaternion/quaternion.m, |
|
2780 set/complement.m, set/create_set.m, set/intersect.m, |
|
2781 set/ismember.m, set/setdiff.m, set/setxor.m, set/union.m, |
|
2782 set/unique.m, signal/arch_fit.m, signal/arch_rnd.m, |
|
2783 signal/arma_rnd.m, signal/autocor.m, signal/autoreg_matrix.m, |
|
2784 signal/bartlett.m, signal/blackman.m, signal/detrend.m, |
|
2785 signal/diffpara.m, signal/durbinlevinson.m, signal/fftconv.m, |
|
2786 signal/fftfilt.m, signal/fftshift.m, signal/filter2.m, |
|
2787 signal/freqz.m, signal/hamming.m, signal/hanning.m, |
|
2788 signal/hurst.m, signal/ifftshift.m, signal/sinetone.m, |
|
2789 signal/sinewave.m, signal/spencer.m, signal/stft.m, |
|
2790 signal/synthesis.m, signal/unwrap.m, sparse/gplot.m, |
|
2791 sparse/spfun.m, sparse/sprand.m, sparse/sprandn.m, |
|
2792 sparse/sprandsym.m, sparse/spstats.m, specfun/beta.m, |
|
2793 specfun/betai.m, specfun/betaln.m, specfun/erfinv.m, |
|
2794 specfun/gammai.m, specfun/log2.m, specfun/pow2.m, |
|
2795 special-matrix/hankel.m, special-matrix/hilb.m, |
|
2796 special-matrix/invhilb.m, special-matrix/sylvester_matrix.m, |
|
2797 special-matrix/toeplitz.m, special-matrix/vander.m, |
|
2798 statistics/base/center.m, statistics/base/cloglog.m, |
|
2799 statistics/base/cor.m, statistics/base/corrcoef.m, |
|
2800 statistics/base/cov.m, statistics/base/cut.m, |
|
2801 statistics/base/gls.m, statistics/base/iqr.m, |
|
2802 statistics/base/kendall.m, statistics/base/kurtosis.m, |
|
2803 statistics/base/logit.m, statistics/base/mahalanobis.m, |
|
2804 statistics/base/mean.m, statistics/base/meansq.m, |
|
2805 statistics/base/median.m, statistics/base/moment.m, |
|
2806 statistics/base/ols.m, statistics/base/ppplot.m, |
|
2807 statistics/base/probit.m, statistics/base/qqplot.m, |
|
2808 statistics/base/range.m, statistics/base/ranks.m, |
|
2809 statistics/base/run_count.m, statistics/base/skewness.m, |
|
2810 statistics/base/spearman.m, statistics/base/statistics.m, |
|
2811 statistics/base/std.m, statistics/base/studentize.m, |
|
2812 statistics/base/table.m, statistics/base/values.m, |
|
2813 statistics/base/var.m, statistics/distributions/betacdf.m, |
|
2814 statistics/distributions/betainv.m, |
|
2815 statistics/distributions/betapdf.m, |
|
2816 statistics/distributions/betarnd.m, |
|
2817 statistics/distributions/binocdf.m, |
|
2818 statistics/distributions/binoinv.m, |
|
2819 statistics/distributions/binopdf.m, |
|
2820 statistics/distributions/binornd.m, |
|
2821 statistics/distributions/cauchy_cdf.m, |
|
2822 statistics/distributions/cauchy_inv.m, |
|
2823 statistics/distributions/cauchy_pdf.m, |
|
2824 statistics/distributions/cauchy_rnd.m, |
|
2825 statistics/distributions/chi2cdf.m, |
|
2826 statistics/distributions/chi2inv.m, |
|
2827 statistics/distributions/chi2pdf.m, |
|
2828 statistics/distributions/chi2rnd.m, |
|
2829 statistics/distributions/discrete_cdf.m, |
|
2830 statistics/distributions/discrete_inv.m, |
|
2831 statistics/distributions/discrete_pdf.m, |
|
2832 statistics/distributions/discrete_rnd.m, |
|
2833 statistics/distributions/empirical_rnd.m, |
|
2834 statistics/distributions/expcdf.m, |
|
2835 statistics/distributions/expinv.m, |
|
2836 statistics/distributions/exppdf.m, |
|
2837 statistics/distributions/exprnd.m, |
|
2838 statistics/distributions/fcdf.m, statistics/distributions/finv.m, |
|
2839 statistics/distributions/fpdf.m, statistics/distributions/frnd.m, |
|
2840 statistics/distributions/gamcdf.m, |
|
2841 statistics/distributions/gaminv.m, |
|
2842 statistics/distributions/gampdf.m, |
|
2843 statistics/distributions/gamrnd.m, |
|
2844 statistics/distributions/geocdf.m, |
|
2845 statistics/distributions/geoinv.m, |
|
2846 statistics/distributions/geopdf.m, |
|
2847 statistics/distributions/geornd.m, |
|
2848 statistics/distributions/hygecdf.m, |
|
2849 statistics/distributions/hygeinv.m, |
|
2850 statistics/distributions/hygepdf.m, |
|
2851 statistics/distributions/hygernd.m, |
|
2852 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
2853 statistics/distributions/laplace_cdf.m, |
|
2854 statistics/distributions/laplace_inv.m, |
|
2855 statistics/distributions/laplace_pdf.m, |
|
2856 statistics/distributions/laplace_rnd.m, |
|
2857 statistics/distributions/logistic_cdf.m, |
|
2858 statistics/distributions/logistic_inv.m, |
|
2859 statistics/distributions/logistic_pdf.m, |
|
2860 statistics/distributions/logistic_rnd.m, |
|
2861 statistics/distributions/logncdf.m, |
|
2862 statistics/distributions/logninv.m, |
|
2863 statistics/distributions/lognpdf.m, |
|
2864 statistics/distributions/lognrnd.m, |
|
2865 statistics/distributions/normcdf.m, |
|
2866 statistics/distributions/norminv.m, |
|
2867 statistics/distributions/normpdf.m, |
|
2868 statistics/distributions/normrnd.m, |
|
2869 statistics/distributions/pascal_cdf.m, |
|
2870 statistics/distributions/pascal_inv.m, |
|
2871 statistics/distributions/pascal_pdf.m, |
|
2872 statistics/distributions/pascal_rnd.m, |
|
2873 statistics/distributions/poisscdf.m, |
|
2874 statistics/distributions/poissinv.m, |
|
2875 statistics/distributions/poisspdf.m, |
|
2876 statistics/distributions/poissrnd.m, |
|
2877 statistics/distributions/stdnormal_cdf.m, |
|
2878 statistics/distributions/stdnormal_inv.m, |
|
2879 statistics/distributions/stdnormal_pdf.m, |
|
2880 statistics/distributions/stdnormal_rnd.m, |
|
2881 statistics/distributions/tcdf.m, statistics/distributions/tinv.m, |
|
2882 statistics/distributions/tpdf.m, statistics/distributions/trnd.m, |
|
2883 statistics/distributions/unifcdf.m, |
|
2884 statistics/distributions/unifinv.m, |
|
2885 statistics/distributions/unifpdf.m, |
|
2886 statistics/distributions/unifrnd.m, |
|
2887 statistics/distributions/wblcdf.m, |
|
2888 statistics/distributions/wblinv.m, |
|
2889 statistics/distributions/wblpdf.m, |
|
2890 statistics/distributions/wblrnd.m, |
|
2891 statistics/distributions/wienrnd.m, statistics/tests/anova.m, |
|
2892 statistics/tests/bartlett_test.m, |
|
2893 statistics/tests/chisquare_test_homogeneity.m, |
|
2894 statistics/tests/chisquare_test_independence.m, |
|
2895 statistics/tests/cor_test.m, statistics/tests/f_test_regression.m, |
|
2896 statistics/tests/hotelling_test.m, |
|
2897 statistics/tests/hotelling_test_2.m, |
|
2898 statistics/tests/kolmogorov_smirnov_test.m, |
|
2899 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
2900 statistics/tests/kruskal_wallis_test.m, statistics/tests/manova.m, |
|
2901 statistics/tests/mcnemar_test.m, statistics/tests/prop_test_2.m, |
|
2902 statistics/tests/run_test.m, statistics/tests/sign_test.m, |
|
2903 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
2904 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
2905 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
2906 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
2907 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
2908 strings/deblank.m, strings/dec2base.m, strings/dec2bin.m, |
|
2909 strings/dec2hex.m, strings/findstr.m, strings/hex2dec.m, |
|
2910 strings/index.m, strings/isletter.m, strings/lower.m, |
|
2911 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
2912 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
2913 strings/strfind.m, strings/strjust.m, strings/strmatch.m, |
|
2914 strings/strncmp.m, strings/strncmpi.m, strings/strrep.m, |
|
2915 strings/strtrunc.m, strings/strvcat.m, strings/substr.m, |
|
2916 strings/upper.m, testfun/assert.m, testfun/demo.m, |
|
2917 testfun/example.m, testfun/fail.m, testfun/speed.m, |
|
2918 testfun/test.m, time/asctime.m, time/calendar.m, time/ctime.m, |
|
2919 time/datenum.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
2920 time/etime.m, time/is_leap_year.m: |
|
2921 Use print_usage instead of usage. |
|
2922 |
6044
|
2923 2006-10-09 David Bateman <dbateman@free.fr> |
|
2924 |
|
2925 * time/datevec.m: Add additional compatible default parsing strings. |
|
2926 |
6395
|
2927 2006-10-09 Bill Denney <denney@seas.upenn.edu> |
6041
|
2928 |
6042
|
2929 * pkg/pkg.m: Remove trailing "\n" from error messages. |
|
2930 Remove compare_versions subfunction. |
|
2931 |
|
2932 * miscellaneous/compare_versions.m: New function to compare |
|
2933 version numbers as strings with any boolean operators. |
|
2934 |
6041
|
2935 * miscellaneous/untar.m: Check more rigorously to see if the tar |
|
2936 file exists. |
|
2937 |
6036
|
2938 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2939 |
|
2940 * pkg/pkg.m: Use fullfile to concatenate directory and file names. |
|
2941 |
6032
|
2942 2006-10-04 S�ren Hauberg <soren@hauberg.org> |
|
2943 |
6037
|
2944 * pkg/pkg.m: Update docs. Handle prefix option. |
|
2945 Handle dependencies for load option. |
6032
|
2946 |
6029
|
2947 2006-10-04 John W. Eaton <jwe@octave.org> |
|
2948 |
6030
|
2949 * deprecated/clearplot.m, deprecated/clg.m: New functions. |
|
2950 |
|
2951 * plot/clg.m: Delete. |
|
2952 * plot/__init_plot_vars__.m: New function. |
|
2953 * plot/__setup_plot__.m: Use __init_plot_vars__. |
6029
|
2954 |
6025
|
2955 2006-10-03 S�ren Hauberg <soren@hauberg.org> |
|
2956 |
|
2957 * pkg/pkg.m: Avoid calling addpath with no args. |
|
2958 |
6024
|
2959 2006-10-03 Bill Denney <denney@seas.upenn.edu> |
|
2960 |
|
2961 * audio/loadaudio.m, control/base/nyquist.m, |
|
2962 control/system/__zp2ssg2__.m, linear-algebra/cross.m, |
|
2963 linear-algebra/krylov.m, statistics/base/center.m, |
|
2964 statistics/base/median.m, statistics/base/std.m, |
|
2965 statistics/base/var.m, testfun/test.m: Use the new find syntax to |
|
2966 find first or last element matching a condition. |
|
2967 |
6023
|
2968 2006-10-02 Bill Denney <denney@seas.upenn.edu> |
|
2969 |
|
2970 * strings/deblank.m, strings/upper.m, strings/lower.m, |
|
2971 general/__isequal__.m: Minimize looping using cellfun. |
|
2972 |
6020
|
2973 2006-10-02 David Bateman <dbateman@free.fr> |
|
2974 |
|
2975 * pkg/pkg.m (copy_files): always create installation directory. |
|
2976 |
6016
|
2977 2006-10-02 Thomas Weber <thomas.weber.mail@gmail.com> |
|
2978 |
|
2979 * miscellaneous/doc.m: Swap file and directory args to info. |
|
2980 |
|
2981 2006-10-01 Arno Onken <whyly@gmx.net> |
|
2982 |
|
2983 * statistics/distributions/exprnd.m: Fix typo. |
|
2984 |
6014
|
2985 2006-09-30 Benjamin Lindner <lindnerben@gmx.net> |
|
2986 |
|
2987 * polynomial/ppval.m: Use .' instead of '. |
|
2988 * polynomial/spline.m: Likewise. New tests. |
|
2989 |
6004
|
2990 2006-09-26 David Bateman <dbateman@free.fr> |
|
2991 |
|
2992 * __plt3__.m: Using global variables __plot_data__, |
|
2993 __plot_data_offset__ and __plot_command__ to store plots and |
|
2994 correctly handle multiplots, and hold state. Only accept a single |
|
2995 data parameter plus, using, format and with strings. Remove |
|
2996 setting of gnuplot parameters. |
|
2997 * __make_using_clause__.m: New function extracted from __plt__.m. |
|
2998 * __setup_plot__.m: Convert to a function and pass the plotting |
|
2999 command to use. |
|
3000 * __plt__.m: Change call to __setup_plot__ and __make_using_clause__. |
|
3001 * contour.m: Use unwind protect on the parametric state of plot |
|
3002 and __plt3__ instead of calling __gnuplot_splot__ directly. |
|
3003 * mesh.m: ditto. |
|
3004 * plot3.m: Error checking, setting of parametric state and |
|
3005 formation of matrix to plot moved from old __plt3__. |
|
3006 |
5996
|
3007 2006-09-22 Michael Creel <michael.creel@uab.es> |
|
3008 |
5997
|
3009 * deprecated/chisquare_pdf.m: Typo in documentation. |
5996
|
3010 |
|
3011 2006-09-22 S�ren Hauberg <soren@hauberg.org> |
|
3012 |
|
3013 * signal/filter2.m: Correct texinfo doc. |
|
3014 |
|
3015 2006-09-22 David Bateman <dbateman@free.fr> |
|
3016 |
|
3017 * miscellaneous/parseparams.m: Correct texinfo doc. |
|
3018 |
5993
|
3019 2006-09-15 David Bateman <dbateman@free.fr> |
|
3020 |
|
3021 * pkg/pkg.m (prepare_installation): Don't create package |
|
3022 installation directory here. |
|
3023 (copy_files): Create it here instead, to avoid issues with |
|
3024 upgrades. Also install the COPYING file in packinfo. |
|
3025 |
5989
|
3026 2006-09-13 John W. Eaton <jwe@octave.org> |
|
3027 |
|
3028 * general/blkdiag.m: Adjust to new cellfun rules. |
|
3029 |
5987
|
3030 2006-08-30 David Bateman <dbateman@free.fr> |
|
3031 |
|
3032 * pkg/pkg.m (install): Disallow bundles of packages. More verbose |
|
3033 error message for archive name not matching package name. |
|
3034 (installed_packages): Size header of printed results to |
|
3035 arguments. Sort the list of installed packages before printing |
|
3036 them. |
|
3037 |
5986
|
3038 2006-09-11 Paul Kienzle <pkienzle@users.sf.net> |
|
3039 |
|
3040 * signal/freqz.m: Update tests. |
|
3041 |
|
3042 2006-09-11 Ken Kouno <kouno@mk.ecei.tohoku.ac.jp> |
|
3043 |
|
3044 * signal/freqz.m: Corretly postpad arrays. |
|
3045 Don't call fliplr on a column vector. |
|
3046 |
5984
|
3047 2006-09-11 Luis F. Ortiz <lortiz@interactivesupercomputing.com> |
|
3048 |
|
3049 * general/shiftdim.m: Use permute instead of reshape. |
|
3050 |
5981
|
3051 2006-09-05 Alexander Barth <abarth93@users.sourceforge.net> |
|
3052 |
|
3053 * miscellaneous/parseparams.m: New function. |
|
3054 |
5980
|
3055 2006-09-05 Rafael Laboissiere <rafael@debian.org> |
|
3056 |
|
3057 * miscellaneous/doc.m: Swap order of --file and --directory |
|
3058 options for info program invocation. |
|
3059 |
5976
|
3060 2006-08-30 David Bateman <dbateman@free.fr> |
|
3061 |
5987
|
3062 * pkg/pkg.m (create_pkgadddel): Resolve variable name-clash from |
5976
|
3063 previous change. |
|
3064 |
5974
|
3065 2006-08-26 David Bateman <dbateman@free.fr> |
|
3066 |
|
3067 * pkg/pkg.m (install, uninstall, installed_packages): Allow for |
|
3068 absence of trailing "/" in OCTAVE_HOME. |
|
3069 |
5973
|
3070 2006-08-25 Alexander Barth <abarth@marine.usf.edu> |
|
3071 |
|
3072 * time/datenum.m: Allow arg to be character string. |
|
3073 |
5971
|
3074 2006-08-25 David Bateman <dbateman@free.fr> |
|
3075 |
|
3076 * pkg/pkg.m (install): Verify that package name correponds to the |
|
3077 archive name. Treat both PKG_ADD and PKG_DEL and remove them if |
|
3078 they are empty. If package directory is empty, remove it to fail |
|
3079 gracefully for system specific packages. |
|
3080 (extract_pkgadd, create_pkgadd): delete. |
|
3081 (extract_pkg, create_pkg): Generalized versions of deleted functions |
|
3082 (copy_files): Install both bin/ and doc/ directories, adding the |
|
3083 bin/ to the EXEC_PATH when the package is loaded. |
|
3084 |
5962
|
3085 2006-08-24 John W. Eaton <jwe@octave.org> |
|
3086 |
|
3087 * image/saveimage.m: Use logical indexing instead of |
|
3088 indices computed by calling find on the logical index. |
|
3089 |
5961
|
3090 2006-08-24 S�ren Hauberg <soren@hauberg.org> |
|
3091 |
5967
|
3092 * miscellaneous/bincoeff.m, specfun/factorial.m: |
5963
|
3093 Use logical indexing instead of indices computed by calling find |
|
3094 on the logical index. |
|
3095 |
|
3096 * linear-algebra/krylov.m: Delete unused local var nzidx. |
5961
|
3097 |
5959
|
3098 2006-08-23 Quentin Spencer <qspencer@ieee.org> |
|
3099 |
|
3100 * control/system/tf2zp.m: Simplify gain calculation. |
|
3101 |
5958
|
3102 2006-08-23 John W. Eaton <jwe@octave.org> |
|
3103 |
|
3104 * plot/__plt__.m: Insert using clauses for all plots. |
|
3105 |
5957
|
3106 2006-08-23 A S Hodel <hodelas@auburn.edu> |
|
3107 |
|
3108 * control/system/sysscale.m: Call tf and zp with correct number of |
|
3109 args. |
|
3110 |
5955
|
3111 2006-08-22 David Bateman <dbateman@free.fr> |
|
3112 |
|
3113 * pkg/pkg.m (extract_pkgadd, create_pkgadd): New functions to |
|
3114 Search inst/*.m and src/*.m files in the package for |
|
3115 PKG_ADD directives and append user supplied PKG_ADD. |
|
3116 (pkg): Call create_pkgadd after copying files. |
|
3117 |
5947
|
3118 2006-08-21 S�ren Hauberg <soren@hauberg.org> |
|
3119 |
|
3120 * pkg/pkg.m: Handle multiple packages in a single file. |
|
3121 Insert directory separator between OCTAVE_HOME and rest of package |
|
3122 installation directory. |
|
3123 |
|
3124 2006-08-21 John W. Eaton <jwe@octave.org> |
|
3125 |
|
3126 * general/num2str.m: Early return if arg is empty. |
|
3127 From Thomas Treichl <Thomas.Treichl@gmx.net>. |
|
3128 |
5946
|
3129 2006-08-21 David Bateman <dbateman@free.fr> |
|
3130 |
|
3131 * strings/mat2str.m: Compute NC before using. |
|
3132 |
5937
|
3133 2006-08-17 John W. Eaton <jwe@octave.org> |
|
3134 |
|
3135 * audio/wavread.m: Fix calculation of sample count. |
|
3136 |
5934
|
3137 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3138 |
|
3139 * image/imshow.m: New Matlab-compatible version. |
|
3140 |
5930
|
3141 2006-08-15 John W. Eaton <jwe@octave.org> |
|
3142 |
|
3143 * deprecated/is_global.m: Delete. |
|
3144 |
5928
|
3145 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3146 |
|
3147 * pkg/Makefile.in (script_sub_dir): Change from plot to pkg. |
|
3148 |
5926
|
3149 2006-08-14 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3150 |
|
3151 * sparse/spy.m, control/base/bode.m, control/base/__stepimp__.m, |
|
3152 signal/freqz_plot.m: Adapt to new automatic_replot definition. |
|
3153 |
5928
|
3154 2006-08-14 S�ren Hauberg <soren@hauberg.org> |
|
3155 |
6778
|
3156 * pkg/pkg.m: Don't pass function name to print_usage. |
5928
|
3157 Use addpath and rmpath instead of manipulating LOADPATH. |
|
3158 Handle changes to system function. |
|
3159 (rm_rf): New subfunction. Use it to avoid confirmation dialog for |
|
3160 recursive directory removal. |
5922
|
3161 |
5924
|
3162 * strings/bin2dec.m: Ignore spaces in input for compatibility. |
|
3163 |
6778
|
3164 * colormap.m: Change global variable to persistent. |
5923
|
3165 |
5922
|
3166 * rgb2ind.m: Handle single 3-d array as rgb image. |
|
3167 |
5920
|
3168 2006-08-14 John W. Eaton <jwe@octave.org> |
|
3169 |
|
3170 * strings/str2double.m: Fix missing semicolon. |
|
3171 |
5910
|
3172 2006-07-27 Jim Peterson <jpeterson@annapmicro.com> |
|
3173 |
|
3174 * plot/plot3.m: Accept one complex or one real and one complex |
|
3175 argument and plot real and imaginary components for y and z. |
|
3176 |
5908
|
3177 2006-07-27 John W. Eaton <jwe@octave.org> |
|
3178 |
|
3179 * testfun/test.m: Call fflush after each block of calls to |
|
3180 fprintf, fputs, or fdisp. |
|
3181 |
5904
|
3182 2006-07-26 John W. Eaton <jwe@octave.org> |
|
3183 |
|
3184 * miscellaneous/mex.m: New function. |
|
3185 |
5901
|
3186 2006-07-22 John W. Eaton <jwe@octave.org> |
|
3187 |
|
3188 * special-matrix/hadamard.m: Coerce bool matrix to double. |
|
3189 |
5881
|
3190 2006-07-07 John W. Eaton <jwe@octave.org> |
|
3191 |
|
3192 * miscellaneous/orderfields.m: New file. |
|
3193 |
5873
|
3194 2006-06-30 John W. Eaton <jwe@octave.org> |
|
3195 |
|
3196 * time/datevec.m: Make another attempt to account for precision of |
|
3197 datenum format. |
|
3198 |
5868
|
3199 2006-06-29 John W. Eaton <jwe@octave.org> |
|
3200 |
|
3201 * miscellaneous/dump_prefs.m: Remove obsolete symbols from the list. |
|
3202 Use feval instead of "type -q" to get values now that all the |
|
3203 symbols are functions. |
|
3204 |
5860
|
3205 2006-06-16 John W. Eaton <jwe@octave.org> |
|
3206 |
|
3207 * time/datevec.m: Avoid computing log of non-positive values. |
|
3208 |
5859
|
3209 2006-06-14 John W. Eaton <jwe@octave.org> |
|
3210 |
|
3211 * time/datevec.m: Attempt to account for precision of datenum format. |
|
3212 |
5839
|
3213 2006-06-01 Quentin H. Spencer <qspencer@ieee.org> |
|
3214 |
|
3215 * audio/wavread.m: Fix file range error and add read support for |
|
3216 24-bit WAV files. |
|
3217 |
5837
|
3218 2006-06-01 David Bateman <dbateman@free.fr> |
|
3219 |
|
3220 * general/interpft.m, general/quadl.m, general/polyarea.m, |
|
3221 general/interp1.m, general/gradient.m, general/interp2.m, |
|
3222 general/bicubic.m, miscellaneous/inputname.m, plot/__plt3__.m, |
|
3223 plot/ndgrid.m, plot/plot3.m, polynomial/pchip.m, sparse/pcg.m, |
|
3224 sparse/pcr.m, strings/mat2str.m: New files from Octave Forge. |
|
3225 |
5835
|
3226 2006-05-31 Bill Denney <bill@givebillmoney.com> |
|
3227 |
|
3228 * miscellaneous/fileparts.m, miscellaneous/fullfile.m: Add seealso. |
|
3229 * miscellaneous/texas_lotto.m: Fix warning message. |
|
3230 |
5830
|
3231 2006-05-26 John W. Eaton <jwe@octave.org> |
|
3232 |
|
3233 * miscellaneous/doc.m: Also handle nargin == 0. |
|
3234 |
5829
|
3235 2006-05-23 John W. Eaton <jwe@octave.org> |
|
3236 |
|
3237 * plot/mesh.m: Use __gnupot_raw__ except where __gnuplot_set__ is |
|
3238 really needed. |
|
3239 |
5827
|
3240 2006-05-22 John W. Eaton <jwe@octave.org> |
|
3241 |
6754
|
3242 * general/lookup.m: New file from Octave Forge. |
5827
|
3243 |
|
3244 2006-05-22 David Bateman <dbateman@free.fr> |
|
3245 |
6754
|
3246 * general/nthroot.m, linear-algebra/rref.m, specfun/isprime.m, |
|
3247 specfun/primes.m, specfun/factor.m, specfun/nchoosek.m, |
|
3248 specfun/legendre.m, specfun/perms.m, special-matrix/rosser.m, |
|
3249 special-matrix/wilkinson.m, special-matrix/pascal.m, |
|
3250 special-matrix/magic.m, special-matrix/hadamard.m, |
|
3251 strings/strtok.m: New files from Octave Forge. |
5827
|
3252 |
5824
|
3253 2006-05-19 David Bateman <dbateman@free.fr> |
|
3254 |
|
3255 * polynomial/unmkpp.m, polynomial/mkpp.m, polynomial/spline.m, |
5825
|
3256 polynomial/ppval.m, set/setxor.m: New files from Octave Forge. |
5824
|
3257 |
5821
|
3258 2006-05-17 John W. Eaton <jwe@octave.org> |
|
3259 |
|
3260 * set/intersection.m: Delete |
|
3261 * deprecated/intersection.m: New file. |
|
3262 |
5820
|
3263 2006-05-17 David Bateman <dbateman@free.fr> |
|
3264 |
|
3265 * general/cplxpair.m, general/trapz.m, general/cumtrapz.m, |
|
3266 general/isdir.m, miscellaneous/dos.m, miscellaneous/getfield.m, |
|
3267 miscellaneous/setfield.m, plot/fplot.m, set/intersect.m, |
|
3268 signal/ifftshift.m, signal/filter2.m, specfun/betaln.m, |
|
3269 specfun/factorial.m, strings/strvcat.m: New files from Octave |
|
3270 Forge. |
|
3271 |
5809
|
3272 2006-05-11 John W. Eaton <jwe@octave.org> |
|
3273 |
5815
|
3274 * path/path.m: Delete (now a built-in function). |
|
3275 |
5811
|
3276 * pkg/Makefile.in: New file. |
|
3277 * configure.in (AC_CONFIG_FILES): Add pkg/Makefile to the list. |
5812
|
3278 * Makefile.in (SUBDIRS): Add pkg to the list. |
5809
|
3279 |
5808
|
3280 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3281 |
|
3282 * tar.m, untar.m, unzip.m: Adapt to Octave coding style. |
|
3283 * tar.m, untar.m: Only tar; don't compress or uncompress. |
|
3284 |
5807
|
3285 2006-05-10 Soren Hauberg <hauberg@gmail.com> |
|
3286 |
|
3287 * tar.m, untar.m, unzip.m: New files. |
|
3288 |
5801
|
3289 2006-05-10 John W. Eaton <jwe@octave.org> |
|
3290 |
5804
|
3291 * path/addpath.m, path/rmpath.m: Improve compatibility. |
|
3292 * path/setpath.m: Delete. |
|
3293 |
5801
|
3294 * pkg/pkg.m: New file. |
|
3295 |
5798
|
3296 2006-05-09 Keith Goodman <kwgoodman@gmail.com> |
|
3297 |
|
3298 * plot/plot.m: Doc string fix. |
|
3299 |
|
3300 2006-05-09 Paul Kienzle <pkienzle@users.sf.net> |
|
3301 |
|
3302 * testfun/speeed.m: Use new interface to unique and assert. |
|
3303 Improve documentation. Approximate time complexity from log-log |
|
3304 plot. Return time complexity and raw times if requested. The |
|
3305 mean ratio is no longer returned. Provide complete control over |
|
3306 which n are computed. |
|
3307 |
|
3308 2006-05-09 John W. Eaton <jwe@octave.org> |
|
3309 |
|
3310 * path/path.m: Move here from miscellaneous. |
|
3311 Adapt to new LOADPATH definition. |
|
3312 |
5789
|
3313 2006-05-03 David Bateman <dbateman@free.fr> |
|
3314 |
|
3315 * path/rmpath.m, path/addpath.m, miscellaneous/path.m: Replace all |
|
3316 explicit uses of a path seperation character with pathsep(). |
|
3317 |
5786
|
3318 2006-05-03 Bob Weigel <rweigel@gmu.edu> |
|
3319 |
6778
|
3320 * set/setdiff.m: New arg, byrows. New tests. |
5786
|
3321 |
5781
|
3322 2006-04-29 John W. Eaton <jwe@octave.org> |
|
3323 |
|
3324 * startup/main-rcfile: Disable some warnings. |
|
3325 |
5762
|
3326 2006-04-14 Bill Denney <denney@seas.upenn.edu> |
|
3327 |
|
3328 * strings/strcmpi.m: Return false instead of error if args are not |
|
3329 char or cellstr. |
|
3330 |
5750
|
3331 2006-04-10 John W. Eaton <jwe@octave.org> |
|
3332 |
|
3333 * miscellaneous/dir.m: Ensure that returned structure array is |
|
3334 Nx1, not 1xN. |
|
3335 |
5746
|
3336 2006-04-06 Olli Saarela <olli.saarela@kcl.fi> |
|
3337 |
|
3338 * plot/hist.m: Ignore NaN in inputs. |
|
3339 |
5745
|
3340 2006-04-06 Keith Goodman <kwgoodman@gmail.com> |
|
3341 |
|
3342 * miscellaneous/mkoctfile.m: Doc string fix. |
|
3343 |
5741
|
3344 2006-04-05 John W. Eaton <jwe@octave.org> |
|
3345 |
|
3346 * plot/__plt2__.m: Return data = [] and fmtstr = "" if x1 and x2 |
|
3347 are both empty. |
|
3348 * plot/__plt__.m: Ignore empty data and format strings returned |
|
3349 from __plt1__ or __plt2__. |
|
3350 |
5737
|
3351 2006-04-04 Bob Weigel <rweigel@gmu.edu> |
|
3352 |
6778
|
3353 * set/unique.m: Properly handle single column input when |
5737
|
3354 "rows" is specified. |
|
3355 |
5732
|
3356 2006-04-04 John W. Eaton <jwe@octave.org> |
|
3357 |
5736
|
3358 * path/setpath.m: New file. |
|
3359 * path/savepath.m: Use setpath to set path instead of assigning |
|
3360 directly to LOADPATH. |
|
3361 |
5732
|
3362 * path/Makefile.in, path/addpath.m, path/rmpath.m, path/savepath.m: |
|
3363 New files, adapted from Octave Forge by Keith Goodman |
|
3364 <kwgoodman@gmail.com>. |
|
3365 * path: New directory. |
|
3366 * Makefile.in (SUBDIRS): Add it to the list. |
|
3367 * configure.in (AC_CONFIG_FILES): Include path/Makefile here. |
|
3368 |
5731
|
3369 2006-04-02 David Bateman <dbateman@free.fr> |
|
3370 |
|
3371 * general/tril.m, general.triu.m: |
|
3372 Use resize (resize (x, 0), nr, nc) rather than zeros (nr, nc) |
|
3373 to allow user types to work correctly. |
|
3374 * special-matrix/hankel.m, special-matrix/toeplitz.m: Ditto. |
|
3375 |
5727
|
3376 2006-04-03 David Bateman <dbateman@free.fr> |
|
3377 |
|
3378 * plot/grid.m: Cache the state of the grid to allow toggling. |
|
3379 Accept keyword "minor" for minor grid. |
|
3380 |
5721
|
3381 2006-03-28 John W. Eaton <jwe@octave.org> |
|
3382 |
|
3383 * general/isscalar.m: Only require that all dimensions are 1 for |
|
3384 compatiblity. |
|
3385 |
|
3386 2006-03-28 Bill Denney <bill@givebillmoney.com> |
|
3387 |
|
3388 * general/isvector.m: Allow non-numeric objects to be vectors for |
|
3389 compatibility. |
|
3390 |
5720
|
3391 2006-03-28 Keith Goodman <kwgoodman@gmail.com> |
|
3392 |
|
3393 * plot/__errplot__.m: Doc string fix. |
|
3394 |
|
3395 * miscellaneous/doc.m: Mark as command. |
|
3396 |
|
3397 * general/isequal.m, general/__isequal__.m, general/cell2mat.m, |
|
3398 general/isequalwithequalnans.m, general/blkdiag.m, |
|
3399 strings/strfind.m, miscellaneous/doc.m: Update FSF address. |
|
3400 |
5717
|
3401 2006-03-27 Don Bindner <dbindner@truman.edu> |
|
3402 |
|
3403 * plot/meshgrid.m: If nargout == 3 and vectors are supplied, |
|
3404 return 3d matrices. |
|
3405 |
|
3406 2006-03-27 Keith Goodman <kwgoodman@gmail.com> |
|
3407 |
|
3408 * time/toc.m: Don't print "Elapsed time..." if tic has not been set. |
|
3409 |
5708
|
3410 2006-03-22 John W. Eaton <jwe@octave.org> |
|
3411 |
|
3412 * plot/print.m: Don't replot after popping terminal setting. |
|
3413 |
5696
|
3414 2006-03-20 John W. Eaton <jwe@octave.org> |
|
3415 |
|
3416 * miscellaneous/mkoctfile.m: Use version-specific name of |
|
3417 mkoctfile. Use fullfile to construct file name. |
|
3418 |
5695
|
3419 2006-03-20 Keith Goodman <kwgoodman@gmail.com> |
|
3420 |
|
3421 * miscellaneous/mkoctfile.m: Make it possible to call mkoctfile |
|
3422 shell script from Octave prompt. |
|
3423 |
5690
|
3424 2006-03-17 John W. Eaton <jwe@octave.org> |
|
3425 |
5693
|
3426 * deprecated/weibcdf.m, deprecated/weibinv.m, |
|
3427 deprecated/weibpdf.m, deprecated/weibrnd.m: New functions. |
|
3428 |
|
3429 * deprecated/weibull_cdf.m, deprecated/weibull_inv.m, |
|
3430 deprecated/weibull_pdf.m, deprecated/weibull_rnd.m: |
|
3431 Call new wbl functions to do the real work. |
|
3432 Swap args and provide default values as necessary to preserve |
|
3433 compatibility with old version of Octave. |
|
3434 |
|
3435 * statistics/distributions/wblcdf.m: Rename from weibcdf.m. |
|
3436 statistics/distributions/wblinv.m: Rename from weibinv.m. |
|
3437 statistics/distributions/wblpdf.m: Rename from weibpdf.m. |
|
3438 statistics/distributions/wblrnd.m: Rename from weibrnd.m. |
|
3439 Swap scale and shape args for compatibility. |
|
3440 |
5692
|
3441 * deprecated/lognormal_cdf.m, deprecated/lognormal_inv.m, |
|
3442 deprecated/lognormal_pdf.m, deprecated/lognormal_rnd.m: |
|
3443 Preserve compatibility with old versions of Octave given new |
|
3444 definitions of logncdf, logninv, lognpdf, and lognrnd. |
5693
|
3445 |
5692
|
3446 * statistics/distributions/logncdf.m, |
|
3447 statistics/distributions/logninv.m, |
|
3448 statistics/distributions/lognpdf.m, |
|
3449 statistics/distributions/lognrnd.m: Compatibility fixes. |
|
3450 From Ben Barrowes <barrowes@alum.mit.edu> |
|
3451 |
5691
|
3452 * deprecated/hypergeometric_rnd.m: Update interface to match |
|
3453 current 2.1.x version. |
|
3454 |
|
3455 * deprecated/t_rnd.m: Call trnd, not t_rnd. |
|
3456 |
5690
|
3457 * miscellaneous/dir.m: Use readdir instead of glob. |
|
3458 Special case for "." to avoid globbing. Use list_in_columns. |
|
3459 Eliminate unused variables len and finfo. |
|
3460 |
5689
|
3461 2006-03-16 Bill Denney <bill@givebillmoney.com> |
|
3462 |
|
3463 * miscellaneous/dir.m: Improve compatibility. |
|
3464 |
5687
|
3465 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3466 |
|
3467 * time/calendar.m, time/datestr.m, time/datevec.m, time/eomday.m, |
|
3468 time/now.m, time/weekday.m: New functions from Octave Forge. |
|
3469 |
5686
|
3470 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3471 |
|
3472 * control/base/bode_bounds.m: Check for iip and iiz empty instead |
|
3473 of looking at sum of max dimensions. |
|
3474 |
5681
|
3475 2006-03-16 David Bateman <dbateman@free.fr> |
|
3476 |
|
3477 * testfun/test.m: Clear last warning before warning test to avoid |
|
3478 issues with previously set warnings. |
|
3479 * build_sparse_test.sh: Tests for multiple RHS for rectanguar |
|
3480 sparse matrices. Force matrix type from spqr solution to be |
|
3481 singular to force QR solvers to be used for assert. |
|
3482 |
5678
|
3483 2006-03-16 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3484 |
|
3485 * strings/strfind.m: New file. |
|
3486 |
5677
|
3487 2006-03-16 John W. Eaton <jwe@octave.org> |
|
3488 |
|
3489 * general/rows.m, general/columns.m: Delete. |
|
3490 |
5674
|
3491 2006-03-15 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3492 |
|
3493 * strings/strcmpi.m: Simplify. |
|
3494 * strings/strncmpi.m: Import from octave-forge, simplify. |
5678
|
3495 * strings/strtrunc.m: New file. |
5674
|
3496 |
5676
|
3497 * strings/lower.m, strings/upper.m: Handle cellstr arguments. |
|
3498 |
5672
|
3499 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3500 |
|
3501 * miscellaneous/doc.m: New file. |
|
3502 From Soren Hauberg <soren@hauberg.org>. |
|
3503 |
5671
|
3504 2006-03-15 Keith Goodman <kwgoodman@gmail.com> |
|
3505 |
|
3506 * miscellaneous/mkoctfile.m: New file. |
|
3507 |
5670
|
3508 2006-03-15 John W. Eaton <jwe@octave.org> |
|
3509 |
|
3510 * polynomial/residue.m: Use & instead of && to generate arg for find. |
|
3511 |
5666
|
3512 2006-03-14 Keith Goodman <kwgoodman@gmail.com> |
|
3513 |
|
3514 * strings/bin2dec.m: Doc fix. |
|
3515 |
5661
|
3516 2006-03-10 Paul Kienzle <pkienzle@users.sf.net> |
|
3517 |
|
3518 * time/etime.m: Use datenum to support times spanning year boundaries. |
|
3519 * time/datenum.m: New function to compute day number from time. |
|
3520 |
5659
|
3521 2006-03-09 John W. Eaton <jwe@octave.org> |
|
3522 |
|
3523 * miscellaneous/unix.m, plot/print.m: |
|
3524 Swap order of outputs from system. |
|
3525 |
5642
|
3526 2006-03-06 Keith Goodman <kwgoodman@gmail.com> |
|
3527 |
|
3528 * audio/lin2mu.m, audio/loadaudio.m, audio/mu2lin.m, |
|
3529 audio/playaudio.m, audio/record.m, audio/saveaudio.m, |
|
3530 audio/wavread.m, audio/wavwrite.m, control/base/DEMOcontrol.m, |
|
3531 control/base/__stepimp__.m, control/base/are.m, |
|
3532 control/base/controldemo.m, control/base/damp.m, |
|
3533 control/base/dare.m, control/base/impulse.m, control/base/lqg.m, |
|
3534 control/base/step.m, control/system/abcddim.m, |
|
3535 control/system/is_abcd.m, control/system/is_controllable.m, |
|
3536 control/system/is_detectable.m, control/system/is_observable.m, |
|
3537 control/system/is_stabilizable.m, control/system/is_stable.m, |
|
3538 control/system/jet707.m, control/system/sys2fir.m, |
|
3539 control/system/sysdimensions.m, control/system/sysupdate.m, |
|
3540 control/system/tfout.m, control/system/ugain.m, |
|
3541 control/system/zpout.m, elfun/lcm.m, finance/irr.m, |
|
3542 finance/nper.m, finance/npv.m, finance/pmt.m, finance/pv.m, |
|
3543 finance/rate.m, general/__isequal__.m, general/bitcmp.m, |
|
3544 general/bitget.m, general/bitset.m, general/blkdiag.m, |
|
3545 general/cart2pol.m, general/cart2sph.m, general/cell2mat.m, |
|
3546 general/circshift.m, general/columns.m, general/flipdim.m, |
|
3547 general/fliplr.m, general/flipud.m, general/ind2sub.m, |
|
3548 general/int2str.m, general/isdefinite.m, general/isequal.m, |
|
3549 general/isequalwithequalnans.m, general/isscalar.m, |
|
3550 general/issquare.m, general/issymmetric.m, general/isvector.m, |
|
3551 general/logspace.m, general/mod.m, general/nextpow2.m, |
|
3552 general/num2str.m, general/perror.m, general/pol2cart.m, |
|
3553 general/rem.m, general/rot90.m, general/rotdim.m, general/rows.m, |
|
3554 general/shiftdim.m, general/sph2cart.m, general/sub2ind.m, |
|
3555 general/tril.m, image/hsv2rgb.m, image/image.m, image/imagesc.m, |
|
3556 image/imshow.m, image/ind2gray.m, image/ind2rgb.m, |
|
3557 image/loadimage.m, image/rgb2hsv.m, image/rgb2ind.m, |
|
3558 image/saveimage.m, io/beep.m, linear-algebra/cond.m, |
|
3559 linear-algebra/norm.m, miscellaneous/comma.m, miscellaneous/dir.m, |
|
3560 miscellaneous/license.m, miscellaneous/menu.m, |
|
3561 miscellaneous/semicolon.m, miscellaneous/texas_lotto.m, |
|
3562 miscellaneous/unix.m, miscellaneous/ver.m, optimization/sqp.m, |
|
3563 plot/__errcomm__.m, plot/__errplot__.m, plot/__pltopt1__.m, |
|
3564 plot/__pltopt__.m, plot/bar.m, plot/contour.m, plot/errorbar.m, |
|
3565 plot/grid.m, plot/hist.m, plot/loglog.m, plot/loglogerr.m, |
|
3566 plot/mesh.m, plot/meshgrid.m, plot/plot.m, plot/polar.m, |
|
3567 plot/semilogx.m, plot/semilogxerr.m, plot/semilogy.m, |
|
3568 plot/semilogyerr.m, plot/shg.m, plot/stairs.m, plot/title.m, |
|
3569 plot/xlabel.m, polynomial/compan.m, polynomial/conv.m, |
|
3570 polynomial/deconv.m, polynomial/polyderiv.m, polynomial/polygcd.m, |
|
3571 polynomial/polyinteg.m, polynomial/polyout.m, |
|
3572 polynomial/polyreduce.m, polynomial/polyval.m, |
|
3573 polynomial/polyvalm.m, polynomial/residue.m, set/complement.m, |
|
3574 set/create_set.m, set/intersection.m, set/ismember.m, |
|
3575 set/setdiff.m, set/union.m, set/unique.m, sparse/etreeplot.m, |
|
3576 sparse/gplot.m, sparse/spalloc.m, sparse/sphcat.m, |
|
3577 sparse/sprand.m, sparse/sprandn.m, sparse/sprandsym.m, |
|
3578 sparse/spvcat.m, sparse/treeplot.m, specfun/erfinv.m, |
|
3579 specfun/log2.m, specfun/pow2.m, special-matrix/hankel.m, |
|
3580 special-matrix/hilb.m, special-matrix/invhilb.m, |
|
3581 special-matrix/sylvester_matrix.m, special-matrix/toeplitz.m, |
|
3582 special-matrix/vander.m, statistics/base/median.m, |
|
3583 statistics/base/std.m, statistics/distributions/gamcdf.m, |
|
3584 statistics/distributions/gaminv.m, |
|
3585 statistics/distributions/gampdf.m, |
|
3586 statistics/distributions/gamrnd.m, strings/base2dec.m, |
|
3587 strings/bin2dec.m, strings/dec2base.m, strings/dec2bin.m, |
|
3588 strings/dec2hex.m, strings/hex2dec.m, strings/isletter.m, |
|
3589 strings/lower.m, strings/upper.m, testfun/assert.m, |
|
3590 testfun/demo.m, testfun/example.m, testfun/test.m, time/etime.m: |
|
3591 Move @seealso inside @defXXX macro. Remove "and" from @seealso. |
|
3592 |
5633
|
3593 2006-02-27 John W. Eaton <jwe@octave.org> |
|
3594 |
|
3595 * time/tic.m: Move here from miscellaneous/tic.m. |
|
3596 * time/toc.m: Move here from miscellaneous/toc.m. |
|
3597 |
|
3598 2006-02-26 Keith Goodman <kwgoodman@gmail.com> |
|
3599 |
|
3600 * miscellaneous/toc.m: Display "Elapsed time is X seconds" if user |
|
3601 does not assign output of toc to a variable. |
|
3602 |
5627
|
3603 2006-02-16 Bill Denney <denney@seas.upenn.edu> |
|
3604 |
|
3605 * axis.m: Catch limits that are the same and return an error. |
|
3606 |
5625
|
3607 2006-02-15 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
3608 |
|
3609 * plot/print.m: Accept emf device option to support Enhanced |
|
3610 Metafile format. |
|
3611 |
|
3612 2006-02-15 A S Hodel <hodelas@auburn.edu> |
|
3613 |
|
3614 * control/base/lqe.m: Doc fix. |
|
3615 |
5623
|
3616 2006-02-15 Keith Goodman <kwgoodman@gmail.com> |
|
3617 |
|
3618 * statistics/distributions/gamcdf.m: Doc fix. |
|
3619 * statistics/distributions/gaminv.m: Doc fix. |
|
3620 * statistics/distributions/gampdf.m: Doc fix. |
|
3621 * statistics/distributions/gamrnd.m: Doc fix. |
|
3622 |
5610
|
3623 2006-02-09 David Bateman <dbateman@free.fr> |
|
3624 |
6778
|
3625 * general/triu.m: Minimum change to allow sparse matrix. More needed |
|
3626 for arbitrary user type. |
|
3627 * general/tril.m: ditto. |
|
3628 * sparse/sprand.m: Doc fix. |
|
3629 * sparse/sprandn.m: Ditto. |
|
3630 * sparse/sprandsym.m: New function. |
|
3631 * audio/setaudio.m, general/cart2pol.m, general/cart2sph.m, |
|
3632 general/pol2cart.m, general/sph2cart.m, signal/freqz_plot.m: |
|
3633 Update for syntax error for latest texinfo.tex file. |
5610
|
3634 |
5605
|
3635 2006-02-02 John W. Eaton <jwe@octave.org> |
|
3636 |
|
3637 * plot/grid.m: Append ";\n" to "set grid" command. |
|
3638 |
|
3639 2006-02-02 A S Hodel <hodelas@auburn.edu> |
|
3640 |
|
3641 * control/base/rlocus.m: Don't atttempt to plot rlzer if it is empty. |
|
3642 |
5597
|
3643 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3644 |
|
3645 * audio/Makefile.in, control/base/Makefile.in, |
|
3646 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
3647 control/system/Makefile.in, control/util/Makefile.in, |
|
3648 deprecated/Makefile.in, elfun/Makefile.in, finance/Makefile.in, |
|
3649 general/Makefile.in, image/Makefile.in, io/Makefile.in, |
|
3650 linear-algebra/Makefile.in, miscellaneous/Makefile.in, |
|
3651 optimization/Makefile.in, plot/Makefile.in, |
|
3652 polynomial/Makefile.in, quaternion/Makefile.in, set/Makefile.in, |
|
3653 signal/Makefile.in, sparse/Makefile.in, specfun/Makefile.in, |
|
3654 special-matrix/Makefile.in, startup/Makefile.in, |
|
3655 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
3656 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
3657 strings/Makefile.in, time/Makefile.in, testfun/Makefile.in: |
|
3658 (all): Depend on PKG_ADD. |
|
3659 (PKG_ADD): New target. |
|
3660 |
|
3661 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3662 |
|
3663 * miscellaneous/dir.m: Add @seealso{} to docstring. |
|
3664 |
5596
|
3665 2006-01-13 John W. Eaton <jwe@octave.org> |
|
3666 |
|
3667 * time/etime.m: Move here from miscellaneous/etime.m. |
|
3668 * time/is_leap_year.m: Move here from miscellaneous/is_leap_year.m. |
|
3669 |
5595
|
3670 2006-01-13 Bill Denney <bill@givebillmoney.com> |
|
3671 |
6778
|
3672 * miscellaneous/dir.m: Use filesep instead of "/" where needed. |
5595
|
3673 * miscellaneous/fullfile.m: Likewise. |
|
3674 |
5592
|
3675 2006-01-12 David Bateman <dbateman@free.fr> |
|
3676 |
|
3677 * general/blkdiag.m: Compatible behavior for empty matrices |
|
3678 * statistics/base/unidrnd.m: Documentation buglet. |
|
3679 |
5583
|
3680 2005-12-14 David Bateman <dbateman@free.fr> |
|
3681 |
5589
|
3682 * testfun/assert.m, testfun/fail.m, testfun/test.m, testfun/demo.m, |
|
3683 testfun/speed.m, testfun/example.m, Makefile.in: New files. |
|
3684 |
|
3685 * Makefile.in (SUBDIRS): Include testfun. |
|
3686 * configure.in (AC_CONFIG_FILES): Include testfun/Makefile. |
|
3687 |
5583
|
3688 * miscellaneous/dir.m: Transpose sub-assignment for cleanness. |
|
3689 |
|
3690 * general/__isequal__.m: Remove reference to getfield. |
|
3691 |
|
3692 * plot/hist.m: Update test code for row/column discrepencies. |
|
3693 * signal/freqz.m: Alter output row/column for matlab compatibility. |
|
3694 Update the test code for this. |
|
3695 * sparse/spstats.m: Fix small bug in the dimension of output. |
|
3696 |
5579
|
3697 2005-12-13 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3698 |
|
3699 * cell/cell2mat.m: New file, from octave-forge. |
|
3700 |
5576
|
3701 2005-12-13 Ivana Varekova <varekova@redhat.com> |
|
3702 |
|
3703 * sparse/treeplot.m, sparse/etreeplot.m, sparse/gplot.m: |
|
3704 New graph theory functions. |
|
3705 |
5574
|
3706 2005-12-13 John W. Eaton <jwe@octave.org> |
|
3707 |
|
3708 * general/blkdiag.m: Use "isempty" instead of @isempty. |
|
3709 |
|
3710 * control/system/ss.m: Doc fix. |
|
3711 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3712 |
5572
|
3713 2005-12-12 Michael Zeising <michael@michaels-website.de> |
|
3714 |
|
3715 * audio/wavread.m, audio/wavwrite.m: |
|
3716 Correct scaling for 8-bit linear pcm samples. |
|
3717 Improve scaling for all other linear pcm resolutions. |
|
3718 |
5568
|
3719 2005-12-07 John W. Eaton <jwe@octave.org> |
|
3720 |
|
3721 * statistics/base/moment.m: Don't save and restore warn_str_to_num. |
|
3722 |
|
3723 * sparse/spdiags.m: Don't save and restore warn_fortran_indexing. |
|
3724 * strings/strjust.m: Likewise. |
|
3725 |
|
3726 * general/shift.m: Don't save and restore warn_empty_list_elements. |
|
3727 * signal/arma_rnd.m: Likewise. |
|
3728 * strings/strcat.m: Likewise. |
|
3729 * control/base/__freqresp__.m: Likewise. |
|
3730 * control/base/place.m: Likewise. |
|
3731 * control/base/pzmap.m: Likewise. |
|
3732 * control/base/pzmap.m: Likewise. |
|
3733 * control/system/sysappend.m: Likewise. |
|
3734 * control/system/syscont.m: Likewise. |
|
3735 * control/system/sysdisc.m: Likewise. |
|
3736 * control/system/sysgroup.m: Likewise. |
|
3737 * control/system/tfout.m: Likewise. |
|
3738 * control/system/zpout.m: Likewise. |
|
3739 * control/util/__outlist__.m: Likewise. |
|
3740 |
5567
|
3741 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3742 |
|
3743 * audio/wavread.m, audio/wavwrite.m: Adapt to Octave coding style. |
|
3744 Avoid for loop in interleave/deinterleave steps. |
|
3745 |
5565
|
3746 2005-12-06 Michael Zeising <michael@michaels-website.de> |
|
3747 |
|
3748 * audio/wavread.m, audio/wavwrite.m: New files. |
|
3749 |
5563
|
3750 2005-12-06 John W. Eaton <jwe@octave.org> |
|
3751 |
|
3752 * miscellaneous/dir.m: Return Nx1 instead of 1xN struct array. |
|
3753 |
5560
|
3754 2005-12-05 John W. Eaton <jwe@octave.org> |
|
3755 |
5561
|
3756 * plot/axis.m: Add "## PKG_ADD: mark_as_command axis" line. |
5560
|
3757 |
5558
|
3758 2005-12-02 John W. Eaton <jwe@octave.org> |
|
3759 |
|
3760 * miscellaneous/fileattrib.m: New function. |
|
3761 |
5556
|
3762 2005-12-01 John W. Eaton <jwe@octave.org> |
|
3763 |
|
3764 * general/columns.m: Use size (x, 2) instead of [nr, nc] = size (x). |
|
3765 * general/rows.m: Use size (x, 1) instead of [nr, nc] = size (x). |
|
3766 From William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com>. |
|
3767 |
5555
|
3768 2005-11-30 John W. Eaton <jwe@octave.org> |
|
3769 |
|
3770 * linear-algebra/krylov.m: Format doc string. |
|
3771 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3772 |
5551
|
3773 2005-11-23 William Poetra Yoga Hadisoeseno <williampoetra@yahoo.com> |
|
3774 |
|
3775 * general/blkdiag.m: Import from octave-forge. |
|
3776 Ignore empty matrices in the input. Add tests. |
5549
|
3777 |
|
3778 * general/isequal.m, general/isequalwithequalnans.m: |
|
3779 New wrapper scripts for general/__isequal__.m. |
|
3780 * general/__isequal__.m: Rename from general/isequal.m. |
|
3781 New arg, nans_compare_equal. |
|
3782 |
5548
|
3783 2005-11-29 John W. Eaton <jwe@octave.org> |
|
3784 |
|
3785 * miscellaneous/ver.m: Use new uname built-in function instead of |
|
3786 calling system. Only append octave_forge_string if |
|
3787 OCTAVE_FORGE_VERSION exists. Use puts instead of disp. |
|
3788 Call license instead of hard-coding license info here. |
|
3789 |
|
3790 * miscellaneous/license.m: Use persistent instead of global for |
5654
|
3791 __octave_licenses__. Use puts instead of disp. |
5548
|
3792 Use getuid and getpwuid instead of calling unix ("id -un"). |
|
3793 If nargout = 1, return license info instead of printing usage message. |
|
3794 |
5546
|
3795 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> |
|
3796 |
|
3797 * miscellaneous/ver.m: New file. |
|
3798 * miscellaneous/license.m: New file. |
|
3799 |
5545
|
3800 2005-11-22 John W. Eaton <jwe@octave.org> |
|
3801 |
|
3802 * plot/axis.m: Use %.16g instead of just %g to format ranges for |
|
3803 gnuplot set command. |
|
3804 |
5539
|
3805 2005-11-15 John W. Eaton <jwe@octave.org> |
|
3806 |
|
3807 * general/shiftdim.m: Doc fix. |
|
3808 |
5532
|
3809 2005-11-07 Keith Goodman <kwgoodman@gmail.com> |
|
3810 |
|
3811 * set/unique.m: Doc string fix. |
|
3812 |
5527
|
3813 2005-11-01 John W. Eaton <jwe@octave.org> |
|
3814 |
|
3815 * Makefile.in (distclean, maintainer-clean): |
|
3816 Also remove autom4te.cache directory. |
|
3817 From Quentin Spencer <qspencer@ieee.org>. |
|
3818 |
5518
|
3819 2005-10-28 John W. Eaton <jwe@octave.org> |
|
3820 |
|
3821 * general/shiftdim.m: Compatibility fix for row vectors. |
|
3822 Correct check for non-scalar non-integer shift. For positive |
|
3823 N, shift is remainder of N and number of dims. Always return NS. |
|
3824 Simplify. |
|
3825 |
5500
|
3826 2005-10-18 Keith Goodman <kwgoodman@gmail.com> |
|
3827 |
|
3828 * general/randperm.m: Improve compatibility by allowing input |
|
3829 value of zero. |
|
3830 |
5493
|
3831 2005-10-13 John W. Eaton <jwe@octave.org> |
|
3832 |
|
3833 * plot/__plt__.m, plot/__errplot__.m, plot/replot.m: |
|
3834 If in multiplot mode, clear plot before issuing new plot command. |
|
3835 |
|
3836 * plot/__setup_plot__.m: New function. |
|
3837 * plot/__plt__.m, plot__errplot__.m: Use it. |
|
3838 Handle multiplot data and offsets here. |
|
3839 |
|
3840 * plot/__plot_globals__.m: Also keep track of multiplot options. |
|
3841 Move initialization to __setup_plot__.m. |
|
3842 |
|
3843 * plot/subplot.m: Multiplot globals now in __plot_globals__.m. |
|
3844 Don't reset gnuplot_command_replot. |
|
3845 |
|
3846 * plot/replot.m: Handle multiplot data and offsets here. |
|
3847 * plot__axis_label__.m, plot/axis.m, plot/grid.m, |
|
3848 plot/plot_border.m, plot/plot.m, plot/plot_title.m, |
|
3849 plot/top_title.m: Call replot, not __gnuplot_replot__. |
|
3850 |
5489
|
3851 2005-10-12 John W. Eaton <jwe@octave.org> |
|
3852 |
|
3853 * plot/figure.m: Handle __current_figure__, not gnuplot details. |
|
3854 |
5482
|
3855 2005-10-04 Rafael Laboissiere <rafael@debian.org> |
|
3856 |
|
3857 * binoinv.m, chi2pdf.m, frnd.m, poissinv.m, tinv.m, trnd.m, |
|
3858 weibrnd.m: Removed calls and references to deprecated _pdf and |
|
3859 _inv functions. |
|
3860 * chi2pdf.m: Fixed typos in the documentation. |
|
3861 |
5475
|
3862 2005-09-28 John W. Eaton <jwe@octave.org> |
|
3863 |
5476
|
3864 * miscellaneous/single.m: New function. |
|
3865 |
5475
|
3866 * statistics/base/unidrnd.m: New function. |
|
3867 |
5474
|
3868 2005-09-27 John W. Eaton <jwe@octave.org> |
|
3869 |
|
3870 * miscellaneous/dir.m: Filename never includes directory part. |
|
3871 |
5464
|
3872 2005-09-22 John W. Eaton <jwe@octave.org> |
|
3873 |
|
3874 * polynomial/residue.m: Use logical indexing instead of find.. |
|
3875 |
|
3876 2005-09-22 Julius Smith <jos@ccrma.stanford.edu> |
|
3877 |
|
3878 * polynomial/residue.m: Avoid division by zero for pure imaginary |
|
3879 and zero poles. |
|
3880 |
5462
|
3881 2005-09-22 Bill Denney <denney@seas.upenn.edu> |
|
3882 |
|
3883 * strings/deblank.m: Handle cell arrays. |
|
3884 * strings/split.m: New argument, N, to limit number of splits. |
|
3885 |
|
3886 2005-09-22 Miroslaw Kwasniak <mirek@zind.ikem.pwr.wroc.pl> |
|
3887 |
|
3888 * plot/__pltopt1__.m: Handle plot colors "w" and "k" separately. |
|
3889 |
5460
|
3890 2005-09-20 "Orestes Mas" <orestes@tsc.upc.edu> |
|
3891 |
|
3892 * control/base/rlocus.m: Doc fix. |
|
3893 |
5459
|
3894 2005-09-20 John W. Eaton <jwe@octave.org> |
|
3895 |
|
3896 * general/isvector.m: Improve compatibility. |
|
3897 |
|
3898 * general/postpad.m: Allow first argument to be a scalar. |
|
3899 Allow padding to extend dimensionality. |
|
3900 * general/prepad.m: Likewise. |
|
3901 |
5448
|
3902 2005-09-14 Daniel <durbano@shbano.com> |
|
3903 |
|
3904 * statistics/tests/bartlett_test.m, linear-algebra/cross.m, |
5449
|
3905 statistics/distributions/discrete_cdf.m, general/fliplr.m, |
|
3906 /control/base/dgram.m: Doc string fixes. |
5448
|
3907 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3908 |
5446
|
3909 2005-09-12 Stefan van der Walt <stefan@sun.ac.za> |
|
3910 |
|
3911 * saveimage.m: Do not ignore most significant bit when writing |
|
3912 black and white images to file. |
|
3913 |
5443
|
3914 2005-09-07 Bill Denney <denney@seas.upenn.edu> |
|
3915 |
|
3916 * audio/playaudio.m, control/base/__bodquist__.m, |
|
3917 control/base/lqg.m, control/obsolete/dezero.m, |
|
3918 control/system/__syschnamesl__.m, control/system/__sysconcat__.m, |
|
3919 control/system/c2d.m, control/system/cellidx.m, |
|
3920 control/system/d2c.m, control/system/dmr2d.m, |
|
3921 control/system/is_signal_list.m, control/system/listidx.m, |
|
3922 control/system/ss.m, control/system/sysappend.m, |
|
3923 control/system/sysconnect.m, control/system/sysdup.m, |
|
3924 control/system/sysgetsignals.m, control/system/sysidx.m, |
|
3925 control/system/sysprune.m, control/system/syssetsignals.m, |
|
3926 control/system/tfout.m, control/system/zpout.m, |
|
3927 control/util/prompt.m, control/util/sortcom.m, |
|
3928 control/util/strappend.m, finance/fv.m, finance/nper.m, |
|
3929 finance/pmt.m, finance/pv.m, finance/rate.m, general/diff.m, |
|
3930 general/num2str.m, general/repmat.m, general/sortrows.m, |
|
3931 general/strerror.m, image/colormap.m, image/imshow.m, |
|
3932 image/loadimage.m, image/saveimage.m, linear-algebra/norm.m, |
|
3933 miscellaneous/fileparts.m, miscellaneous/popen2.m, |
|
3934 plot/__axis_label__.m, plot/__errcomm__.m, plot/__plt1__.m, |
|
3935 plot/__plt2__.m, plot/__plt__.m, plot/__pltopt1__.m, |
|
3936 plot/__pltopt__.m, plot/axis.m, plot/bottom_title.m, plot/close.m, |
|
3937 plot/grid.m, plot/hist.m, plot/plot_border.m, plot/polar.m, |
|
3938 plot/print.m, plot/title.m, plot/top_title.m, |
|
3939 polynomial/polyout.m, set/unique.m, signal/freqz.m, signal/stft.m, |
|
3940 statistics/base/mean.m, statistics/base/moment.m, |
|
3941 statistics/tests/cor_test.m, |
|
3942 statistics/tests/kolmogorov_smirnov_test.m, |
|
3943 statistics/tests/kolmogorov_smirnov_test_2.m, |
|
3944 statistics/tests/prop_test_2.m, statistics/tests/sign_test.m, |
|
3945 statistics/tests/t_test.m, statistics/tests/t_test_2.m, |
|
3946 statistics/tests/t_test_regression.m, statistics/tests/u_test.m, |
|
3947 statistics/tests/var_test.m, statistics/tests/welch_test.m, |
|
3948 statistics/tests/wilcoxon_test.m, statistics/tests/z_test.m, |
|
3949 statistics/tests/z_test_2.m, strings/base2dec.m, strings/blanks.m, |
|
3950 strings/deblank.m, strings/dec2base.m, strings/index.m, |
|
3951 strings/rindex.m, strings/split.m, strings/str2mat.m, |
|
3952 strings/str2num.m, strings/strcat.m, strings/strcmpi.m, |
|
3953 strings/strncmp.m, strings/strrep.m, strings/substr.m: |
|
3954 Avoid deprecated functions. Use ischar instead of isstr. Use |
|
3955 isvector instead of is_vector. Use isstruct instead of |
|
3956 is_struct. Use char instead of setstr. |
|
3957 |
5435
|
3958 2005-08-31 Daniel <durbano@shbano.com> |
|
3959 |
|
3960 * special-matrix/invhilb.m, statistics/base/iqr.m, |
|
3961 control/system/is_controllable.m, set/ismember.m: Doc fixes. |
|
3962 From Jorge Barros de Abreu <ficmatin01@solar.com.br>. |
|
3963 |
5431
|
3964 2005-08-29 Bill Denney <denney@seas.upenn.edu> |
|
3965 |
|
3966 * image/saveimage.m: Open output file in binary mode. |
|
3967 |
|
3968 * miscellaneous/bug_report.m: Open prefs file in text mode. |
|
3969 |
5427
|
3970 2005-08-16 John W. Eaton <jwe@octave.org> |
|
3971 |
|
3972 * miscellaneous/computer.m: Handle optional maxsize and endian |
|
3973 outputs. |
|
3974 |
5426
|
3975 2005-08-15 John W. Eaton <jwe@octave.org> |
|
3976 |
|
3977 * strings/strcat.m: Allow single argument. |
|
3978 |
5416
|
3979 2005-07-18 John W. Eaton <jwe@octave.org> |
|
3980 |
|
3981 * strings/strcmp.m: Delete. |
|
3982 |
5413
|
3983 2005-07-13 John W. Eaton <jwe@octave.org> |
|
3984 |
|
3985 * deprecated/hypergeometric_rnd.m: Preserve compatibility with old |
|
3986 versions of Octave. |
|
3987 |
|
3988 2005-07-13 Ben Barrowes <barrowes@alum.mit.edu> |
|
3989 |
|
3990 * statistics/distributions/betacdf.m: Rename from beta_cdf.m. |
|
3991 * statistics/distributions/betainv.m: Rename from beta_inv.m. |
|
3992 * statistics/distributions/betapdf.m: Rename from beta_pdf.m. |
|
3993 * statistics/distributions/betarnd.m: Rename from beta_rnd.m. |
|
3994 * statistics/distributions/binocdf.m: Rename from binomial_cdf.m. |
|
3995 * statistics/distributions/binoinv.m: Rename from binomial_inv.m. |
|
3996 * statistics/distributions/binopdf.m: Rename from binomial_pdf.m. |
|
3997 * statistics/distributions/binornd.m: Rename from binomial_rnd.m. |
|
3998 * statistics/distributions/chi2cdf.m: Rename from chisquare_cdf.m. |
|
3999 * statistics/distributions/chi2inv.m: Rename from chisquare_inv.m. |
|
4000 * statistics/distributions/chi2pdf.m: Rename from chisquare_pdf.m. |
|
4001 * statistics/distributions/chi2rnd.m: Rename from chisquare_rnd.m. |
|
4002 * statistics/distributions/expcdf.m: Rename from exponential_cdf.m. |
|
4003 * statistics/distributions/expinv.m: Rename from exponential_inv.m. |
|
4004 * statistics/distributions/exppdf.m: Rename from exponential_pdf.m. |
|
4005 * statistics/distributions/exprnd.m: Rename from exponential_rnd.m. |
|
4006 * statistics/distributions/fcdf.m: Rename from f_cdf.m. |
|
4007 * statistics/distributions/finv.m: Rename from f_inv.m. |
|
4008 * statistics/distributions/fpdf.m: Rename from f_pdf.m. |
|
4009 * statistics/distributions/frnd.m: Rename from f_rnd.m. |
|
4010 * statistics/distributions/gamcdf.m: Rename from gamma_cdf.m. |
|
4011 * statistics/distributions/gaminv.m: Rename from gamma_inv.m. |
|
4012 * statistics/distributions/gampdf.m: Rename from gamma_pdf.m. |
|
4013 * statistics/distributions/gamrnd.m: Rename from gamma_rnd.m. |
|
4014 * statistics/distributions/geocdf.m: Rename from geometric_cdf.m. |
|
4015 * statistics/distributions/geoinv.m: Rename from geometric_inv.m. |
|
4016 * statistics/distributions/geopdf.m: Rename from geometric_pdf.m. |
|
4017 * statistics/distributions/geornd.m: Rename from geometric_rnd.m. |
|
4018 * statistics/distributions/hygecdf.m: Rename from hypergeometric_cdf.m. |
|
4019 * statistics/distributions/hygeinv.m: Rename from hypergeometric_inv.m. |
|
4020 * statistics/distributions/hygepdf.m: Rename from hypergeometric_pdf.m. |
|
4021 * statistics/distributions/hygernd.m: Rename from hypergeometric_rnd.m. |
|
4022 * statistics/distributions/logncdf.m: Rename from lognormal_cdf.m. |
|
4023 * statistics/distributions/logninv.m: Rename from lognormal_inv.m. |
|
4024 * statistics/distributions/lognpdf.m: Rename from lognormal_pdf.m. |
|
4025 * statistics/distributions/lognrnd.m: Rename from lognormal_rnd.m. |
|
4026 * statistics/distributions/normcdf.m: Rename from normal_cdf.m. |
|
4027 * statistics/distributions/norminv.m: Rename from normal_inv.m. |
|
4028 * statistics/distributions/normpdf.m: Rename from normal_pdf.m. |
|
4029 * statistics/distributions/normrnd.m: Rename from normal_rnd.m. |
|
4030 * statistics/distributions/poisscdf.m: Rename from poisson_cdf.m. |
|
4031 * statistics/distributions/poissinv.m: Rename from poisson_inv.m. |
|
4032 * statistics/distributions/poisspdf.m: Rename from poisson_pdf.m. |
|
4033 * statistics/distributions/poissrnd.m: Rename from poisson_rnd.m. |
|
4034 * statistics/distributions/tcdf.m: Rename from t_cdf.m. |
|
4035 * statistics/distributions/tinv.m: Rename from t_inv.m. |
|
4036 * statistics/distributions/tpdf.m: Rename from t_pdf.m. |
|
4037 * statistics/distributions/trnd.m: Rename from t_rnd.m. |
5431
|
4038 * statistics/distributions/unifcdf.m: Rename from unifoxorm_cdf.m. |
5413
|
4039 * statistics/distributions/unifinv.m: Rename from uniform_inv.m. |
|
4040 * statistics/distributions/unifpdf.m: Rename from uniform_pdf.m. |
|
4041 * statistics/distributions/unifrnd.m: Rename from uniform_rnd.m. |
|
4042 * statistics/distributions/weibcdf.m: Rename from weibull_cdf.m. |
|
4043 * statistics/distributions/weibinv.m: Rename from weibull_inv.m. |
|
4044 * statistics/distributions/weibpdf.m: Rename from weibull_pdf.m. |
|
4045 * statistics/distributions/wienrnd.m: Rename from wiener_rnd.m. |
|
4046 |
|
4047 * deprecated/beta_cdf.m, deprecated/beta_inv.m, |
|
4048 deprecated/beta_pdf.m, deprecated/beta_rnd.m, |
|
4049 deprecated/binomial_cdf.m, deprecated/binomial_inv.m, |
|
4050 deprecated/binomial_pdf.m, deprecated/binomial_rnd.m, |
|
4051 deprecated/chisquare_cdf.m, deprecated/chisquare_inv.m, |
|
4052 deprecated/chisquare_pdf.m, deprecated/chisquare_rnd.m, |
|
4053 deprecated/exponential_cdf.m, deprecated/exponential_inv.m, |
|
4054 deprecated/exponential_pdf.m, deprecated/exponential_rnd.m, |
|
4055 deprecated/f_cdf.m, deprecated/f_inv.m, deprecated/f_pdf.m, |
|
4056 deprecated/f_rnd.m, deprecated/gamma_cdf.m, |
|
4057 deprecated/gamma_inv.m, deprecated/gamma_pdf.m, |
|
4058 deprecated/gamma_rnd.m, deprecated/geometric_cdf.m, |
|
4059 deprecated/geometric_inv.m, deprecated/geometric_pdf.m, |
|
4060 deprecated/geometric_rnd.m, deprecated/hypergeometric_cdf.m, |
|
4061 deprecated/hypergeometric_inv.m, deprecated/hypergeometric_pdf.m, |
|
4062 deprecated/hypergeometric_rnd.m, deprecated/lognormal_cdf.m, |
|
4063 deprecated/lognormal_inv.m, deprecated/lognormal_pdf.m, |
|
4064 deprecated/lognormal_rnd.m, deprecated/normal_cdf.m, |
|
4065 deprecated/normal_inv.m, deprecated/normal_pdf.m, |
|
4066 deprecated/normal_rnd.m, deprecated/poisson_cdf.m, |
|
4067 deprecated/poisson_inv.m, deprecated/poisson_pdf.m, |
|
4068 deprecated/poisson_rnd.m, deprecated/t_cdf.m, deprecated/t_inv.m, |
|
4069 deprecated/t_pdf.m, deprecated/t_rnd.m, deprecated/uniform_cdf.m, |
|
4070 deprecated/uniform_inv.m, deprecated/uniform_pdf.m, |
|
4071 deprecated/uniform_rnd.m, deprecated/weibull_cdf.m, |
|
4072 deprecated/weibull_inv.m, deprecated/weibull_pdf.m, |
|
4073 deprecated/wiener_rnd.m: New files. |
|
4074 |
5408
|
4075 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4076 |
|
4077 * statistics/distributions/weibrnd.m: Rename from weibull_rnd.m. |
|
4078 * deprecated/weibull_rnd.m: New file. |
|
4079 |
5407
|
4080 2005-07-08 cctsim <cctsim@yahoo.co.uk> |
|
4081 |
|
4082 * strings/dec2base.m: Allow matrix arguments. |
|
4083 |
5406
|
4084 2005-07-08 John W. Eaton <jwe@octave.org> |
|
4085 |
|
4086 * plot/__errplot__.m: Use __plot_globals__. |
|
4087 * plot/__plt__.m: Likewise. |
|
4088 * plot/figure.m: Likewise. |
|
4089 |
|
4090 * plot/hold.m: New file. |
|
4091 * plot/ishold.m: New file. |
|
4092 * plot/__plot_globals__.m: New file. |
|
4093 |
5400
|
4094 2005-07-05 cctsim <cctsim@yahoo.co.uk> |
|
4095 |
|
4096 * strings/dec2base.m: Don't remove all leading zeros if result is zero. |
|
4097 |
|
4098 2005-07-05 John W. Eaton <jwe@octave.org> |
|
4099 |
|
4100 * strings/findstr.m: Return [] for no matches. |
|
4101 |
5399
|
4102 2005-06-17 Keith Goodman <kwgoodman@gmail.com> |
|
4103 |
|
4104 * miscellaneous/tic.m: Fix doc string. |
|
4105 |
5395
|
4106 2005-06-15 John W. Eaton <jwe@octave.org> |
|
4107 |
|
4108 * polynomial/polyfit.m: Force return value to be a row vector. |
|
4109 |
5393
|
4110 2005-06-15 Tom Holroyd <tomh@kurage.nimh.nih.gov> |
|
4111 |
|
4112 * general/isequal.m: Correct nargin check. |
|
4113 |
5388
|
4114 2005-06-14 John W. Eaton <jwe@octave.org> |
|
4115 |
|
4116 * general/isvector.m: Handle N-d arrays. |
|
4117 From Bill Denney <denney@seas.upenn.edu>. |
|
4118 |
5381
|
4119 2005-06-02 Ben Barrowes <barrowes@alum.mit.edu> |
|
4120 |
|
4121 * plot/meshgrid.m: Handle 3 input arguments. |
5378
|
4122 |
5377
|
4123 2005-06-02 Paul Kienzle <pkienzle@users.sf.net> |
|
4124 |
|
4125 * signal/freqz.m: Use correct calculations when given a vector of |
|
4126 frequencies. Improve accuracy of returned frequency vector. |
|
4127 Improve speed for medium length filters (at a slight cost for slow |
|
4128 filters). Add test cases. |
|
4129 |
5373
|
4130 2005-05-27 "Dmitri A. Sergatskov" <dasergatskov@gmail.com> |
|
4131 |
|
4132 * plot/loglog.m: Fix set commands. |
|
4133 |
5381
|
4134 2005-05-25 John W. Eaton <jwe@octave.org> |
|
4135 |
|
4136 * plot/sombrero.m: Default n to 41 if nargin == 0. |
|
4137 |
5371
|
4138 2005-05-24 John W. Eaton <jwe@octave.org> |
|
4139 |
5373
|
4140 * statistics/tests/anova.m: Use mean (y(:)) to compute total_mean. |
|
4141 |
5372
|
4142 * strings/strncmp.m: New file, from Tom Holroyd |
|
4143 <tomh@kurage.nimh.nih.gov>. |
|
4144 |
5371
|
4145 * strings/strcmp.m: Return logical values in all cases. |
|
4146 |
5366
|
4147 2005-05-23 John W. Eaton <jwe@octave.org> |
|
4148 |
|
4149 * plot/orient.m: New file. Adapt to Octave coding style. |
|
4150 Texinfoize doc string. |
|
4151 |
|
4152 * plot/print.m: New file. Adapt to Octave coding style. Include |
|
4153 PKG_ADD command. Use set terminal consistently throughout. Use |
|
4154 set terminal push/pop and unconditionally set output to screen |
|
4155 when done to avoid requiring gget. Use a cell array for dev_list |
|
4156 and cellidx to search for items in the list. Delete local |
|
4157 variable endl. Don't set and restore automatic_replot. Use {} |
|
4158 instead of nth to index varargin. Delete local variable |
|
4159 va_arg_cnt. |
|
4160 |
5355
|
4161 2005-05-18 John W. Eaton <jwe@octave.org> |
|
4162 |
|
4163 * general/num2str.m: Return early if X is a character string. |
|
4164 |
5347
|
4165 2005-05-11 John W. Eaton <jwe@octave.org> |
|
4166 |
5348
|
4167 * strings/findstr.m: Allow non-string arguments for compatiblity. |
|
4168 From Tom Holroyd <tomh@kurage.nimh.nih.gov>. |
|
4169 |
5347
|
4170 * plot/polar.m: Don't call __pltopt__ here. |
|
4171 |
5333
|
4172 2005-05-02 John W. Eaton <jwe@octave.org> |
|
4173 |
|
4174 * mkdoc: Print header message. |
|
4175 |
5319
|
4176 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4177 |
|
4178 * configure.in (AC_CONFIG_SRCDIR): Look for startup/inputrc, not |
|
4179 startup/octaverc. |
|
4180 |
5318
|
4181 2005-04-28 Stefan van der Walt <stefan@sun.ac.za> |
|
4182 |
|
4183 * image/imshow.m: Handle various image depths and 3d RGB images. |
|
4184 (__im_numeric_limits__): New internal function. |
|
4185 |
5317
|
4186 2005-04-28 toni saarela <toni.saarela@helsinki.fi> |
|
4187 |
|
4188 * statistics/tests/anova.m: Compute total_mean as mean of all |
|
4189 data, not mean of group_mean. |
|
4190 |
|
4191 2005-04-28 John W. Eaton <jwe@octave.org> |
|
4192 |
|
4193 * startup/local-rcfile: New file. |
|
4194 * startup/main-rcfile: Rename from startup/octaverc. |
|
4195 * startup/Makefile.in (SOURCES): Add inputrc to the list. |
|
4196 (install install-strip): Install main-rcfile in $(fcnfiledir)/startup. |
|
4197 Install local-rcfile in $(localfcnfiledir)/startup. |
|
4198 |
|
4199 2005-04-28 Keith Goodman <kwgoodman@gmail.com> |
|
4200 |
|
4201 * startup/inputrc: New file. |
|
4202 * startup/octaverc: Configure readline using inputrc from |
|
4203 startupfiledir. |
|
4204 * startup/Makefile.in (install, install-strip): Install octaverc |
|
4205 in $(fcnfiledir)/startup. |
|
4206 |
5310
|
4207 2005-04-27 John W. Eaton <jwe@octave.org> |
|
4208 |
|
4209 * optimization/qp.m: Define n_in after removing -Inf bounds from Ain. |
|
4210 |
5289
|
4211 2005-04-21 John W. Eaton <jwe@octave.org> |
|
4212 |
|
4213 * optimization/glpk.m: Handle SENSE argument. |
|
4214 |
|
4215 * optimization/qp.m, optimization/sqp.m: New files. |
|
4216 |
5276
|
4217 2005-04-08 John W. Eaton <jwe@octave.org> |
|
4218 |
|
4219 * Makefile.in (clean, distclean, maintainer-clean): |
|
4220 Avoid duplication in rules. |
|
4221 |
5252
|
4222 2005-03-28 John W. Eaton <jwe@octave.org> |
|
4223 |
|
4224 * plot/contour.m, plot/mesh.m: Continue to use __gnuplot_raw__ for |
|
4225 setting {no,}parametric. |
|
4226 * plot/figure.m: Likewise, for setting terminal type. |
|
4227 |
|
4228 * __axis_label__.m:, plot/axis.m, plot/bottom_title.m, |
|
4229 plot/contour.m, plot/figure.m, plot/multiplot.m, plot/mplot.m, |
|
4230 plot/plot_border.m, plot/subplot.m, plot/subwindow.m, |
|
4231 plot/title.m, plot/top_title.m: Avoid eval. |
|
4232 |
5251
|
4233 2005-03-28 Dmitri A. Sergatskov <dasergatskov@gmail.com> |
|
4234 |
5253
|
4235 * plot/__axis_label__.m, plot/axis.m, plot/grid.m, |
|
4236 plot/plot_border.m, plot/replot.m, plot/title.m, plot/top_title.m: |
|
4237 Use __gnuplot_replot__ instead of replot. |
|
4238 |
5252
|
4239 * plot/__axis_label__.m, plot/axis.m, plot/bottom_title.m, |
|
4240 plot/contour.m, plot/errorbar.m, plot/figure.m, plot/grid.m, |
|
4241 plot/loglogerr.m, plot/loglog.m, plot/mesh.m, plot/mplot.m, |
|
4242 plot/multiplot.m, plot/oneplot.m, plot/plot_border.m, plot/plot.m, |
|
4243 plot/polar.m, plot/semilogxerr.m, plot/semilogx.m, |
|
4244 plot/semilogyerr.m, plot/semilogy.m, plot/shg.m, plot/subplot.m, |
|
4245 plot/subwindow.m, plot/title.m, plot/top_title.m: |
5654
|
4246 Use __gnuplot_raw__ instead of __gnuplot_set__. |
5252
|
4247 |
5251
|
4248 * plot/replot.m: Use __gnuplot_replot__, not __greplot__. |
|
4249 |
5244
|
4250 2005-03-24 John W. Eaton <jwe@octave.org> |
|
4251 |
|
4252 * optimization/glpkmex.m: Texinfoize Doc string. |
|
4253 * optimization/glpk.m: Likewise. |
|
4254 Allow VARTYPE and CTYPE to be row or column vectors of characters |
|
4255 (row vectors are orginary character strings). |
|
4256 * optimization/glpkparam.m: Delete. |
|
4257 |
5243
|
4258 2005-03-24 Quentin Spencer <qspencer@ieee.org> |
|
4259 |
|
4260 * statistics/base/mean.m: Allow DIMS arg greater than the number |
|
4261 of dimensions of X. |
|
4262 |
5237
|
4263 2005-03-23 John W. Eaton <jwe@octave.org> |
|
4264 |
5239
|
4265 * general/tril.m, general/triu.m: Return value of same class as |
|
4266 argument. |
|
4267 |
5237
|
4268 * optimization/glpk.m: Simplify interface. By default, solve |
|
4269 standard LP min C'*x s.t. A*x = b, x >= 0. |
|
4270 * optimization/glpkmex.m: New file. |
|
4271 |
5232
|
4272 2005-03-22 John W. Eaton <jwe@octave.org> |
|
4273 |
5237
|
4274 * configure.in (AC_CONFIG_FILES): Add optimization/Makefile to the |
|
4275 list. |
|
4276 |
5233
|
4277 * optimization/glpk.m: Adapt to Octave coding style. |
|
4278 No need for varargout or varargin. |
|
4279 Print usage message if nargin > 11. |
|
4280 Allow any value of nargout. |
|
4281 Use repmat (C, nr, nc) instead of char (C * ones (nr, nc)). |
|
4282 Avoid looping when checking character classes. |
|
4283 |
5232
|
4284 * optimization: New directory. |
|
4285 * Makefile.in (SUBDIRS): Add it to the list. |
|
4286 * optimization/Makefile.in: New file. |
|
4287 * optimization/glpk.m, optimization/glpkparams.m, |
|
4288 optimization/glpktest1, optimization/glpktest2: New files. |
|
4289 |
5218
|
4290 2005-03-16 Soren Hauberg <soren@hauberg.org> |
|
4291 |
|
4292 * strings/split.m: Quick return for empty second arg. |
|
4293 Improve warning for multi-line strings. |
|
4294 Speed up by avoiding sprintf in loop and eval. |
|
4295 |
5217
|
4296 2005-03-16 Paul Kienzle <pkienzle@users.sf.net> |
|
4297 |
|
4298 * polynomial/polyderiv.m : Accept a*b, a/b. Auto-reduce common terms. |
|
4299 * polynomial/polyder.m: Ditto. |
6778
|
4300 * polynomial/polygcd.m: New function. |
5217
|
4301 |
5214
|
4302 2005-03-16 John W. Eaton <jwe@octave.org> |
|
4303 |
5215
|
4304 * control/base/__stepimp__.m, control/base/bode.m, |
|
4305 control/base/frdemo.m, control/base/nichols.m, |
|
4306 control/base/nyquist.m, control/base/pzmap.m, |
|
4307 control/base/rldemo.m, control/base/rlocus.m, |
|
4308 control/hinf/dhinfdemo.m, control/hinf/hinfdemo.m, |
|
4309 plot/__axis_label__.m, plot/__errplot__.m, plot/__plt__.m, |
|
4310 plot/axis.m, plot/bar.m, plot/bottom_title.m, plot/contour.m, |
|
4311 plot/errorbar.m, plot/figure.m, plot/grid.m, plot/loglog.m, |
|
4312 plot/loglogerr.m, plot/mesh.m, plot/meshgrid.m, plot/mplot.m, |
|
4313 plot/multiplot.m, plot/oneplot.m, plot/plot.m, plot/plot_border.m, |
|
4314 plot/polar.m, plot/semilogx.m, plot/semilogxerr.m, |
|
4315 plot/semilogy.m, plot/semilogyerr.m, plot/shg.m, plot/stairs.m, |
|
4316 plot/subplot.m, plot/subwindow.m, plot/title.m, plot/top_title.m, |
|
4317 plot/xlabel.m, quaternion/demoquat.m, |
|
4318 quaternion/qcoordinate_plot.m, signal/freqz_plot.m, sparse/spy.m, |
|
4319 statistics/base/ppplot.m, statistics/base/qqplot.m: |
|
4320 Use __gnuplot_plot__ instead of gplot, __gnuplot_splot__ instead |
|
4321 of gsplot, and __gnuplot_set__ instead of gset. Remove gplot, |
|
4322 gsplot from @seealso docs. |
5214
|
4323 |
|
4324 * plot/replot.m: New file. |
|
4325 |
5205
|
4326 2005-03-15 David Bateman <dbateman@free.fr> |
|
4327 |
|
4328 * set/unique.m, set/ismember.m: Handle cell arrays. |
|
4329 |
5196
|
4330 2005-03-09 John W. Eaton <jwe@octave.org> |
|
4331 |
|
4332 * statistics/Makefile.in (bin-dist): Delete target. |
|
4333 (BINDISTSUBDIRS): Delete variable. |
6754
|
4334 * control/Makefile.in: Likewise. |
5196
|
4335 |
5378
|
4336 * audio/Makefile.in (bin-dist): Delete target. |
5196
|
4337 (BINDISTFILES): Delete variable. |
5378
|
4338 * control/base/Makefile.in: Likewise. |
|
4339 * control/hinf/Makefile.in: Likewise. |
|
4340 * control/obsolete/Makefile.in: Likewise. |
|
4341 * control/system/Makefile.in: Likewise. |
|
4342 * control/util/Makefile.in: Likewise. |
|
4343 * deprecated/Makefile.in: Likewise. |
|
4344 * elfun/Makefile.in: Likewise. |
|
4345 * finance/Makefile.in: Likewise. |
|
4346 * general/Makefile.in: Likewise. |
|
4347 * image/Makefile.in: Likewise. |
|
4348 * sparse/Makefile.in: Likewise. |
|
4349 * io/Makefile.in: Likewise. |
|
4350 * plot/Makefile.in: Likewise. |
|
4351 * Makefile.in: Likewise. |
|
4352 * miscellaneous/Makefile.in: Likewise. |
|
4353 * linear-algebra/Makefile.in: Likewise. |
|
4354 * polynomial/Makefile.in: Likewise. |
|
4355 * quaternion/Makefile.in: Likewise. |
|
4356 * set/Makefile.in: Likewise. |
|
4357 * signal/Makefile.in: Likewise. |
|
4358 * specfun/Makefile.in: Likewise. |
|
4359 * special-matrix/Makefile.in: Likewise. |
|
4360 * startup/Makefile.in: Likewise. |
|
4361 * statistics/base/Makefile.in: Likewise. |
|
4362 * statistics/distributions/Makefile.in: Likewise. |
|
4363 * statistics/models/Makefile.in: Likewise. |
|
4364 * statistics/tests/Makefile.in: Likewise. |
|
4365 * strings/Makefile.in: Likewise. |
|
4366 * time/Makefile.in: Likewise. |
5196
|
4367 |
5195
|
4368 2005-03-08 John W. Eaton <jwe@octave.org> |
|
4369 |
|
4370 * general/repmat.m: Correctly diagnose 3-argument non-scalar |
|
4371 dimensions case. From Matthew A Swabey <mas01r@ecs.soton.ac.uk>. |
|
4372 |
5192
|
4373 2005-03-04 John W. Eaton <jwe@octave.org> |
|
4374 |
|
4375 * plot/clg.m: New file. |
|
4376 |
5193
|
4377 2005-03-03 John W. Eaton <jwe@octave.org> |
|
4378 |
|
4379 * general/isequal.m, general/sortrows.m, set/ismember.m, |
|
4380 set/setdiff.m, strings/str2double.m, strings/strmatch.m, |
|
4381 strings/strcmpi.m: |
|
4382 New files from Octave-forge. Adapt to Octave coding standards. |
|
4383 |
5181
|
4384 2005-03-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4385 |
|
4386 * statistics/distributions/binomial_pdf.m: Extend the feasible |
|
4387 computation range. |
|
4388 |
5164
|
4389 2005-02-25 John W. Eaton <jwe@octave.org> |
|
4390 |
|
4391 Sparse merge. |
|
4392 |
|
4393 2005-01-23 David Bateman <dbateman@free.fr> |
|
4394 |
|
4395 * sparse/randperm.m: Delete duplicate randperm.m. |
|
4396 |
|
4397 2005-01-10 John W. Eaton <jwe@octave.org> |
|
4398 |
|
4399 * sparse/Makefile.in: New file. |
|
4400 * configure.in (AC_CONFIG_FILES): Add sparse/Makefile to the list. |
|
4401 |
|
4402 2005-01-07 David Bateman <dbateman@free.fr> |
|
4403 |
|
4404 * set/unique.m: import file from octave-forge. |
|
4405 |
|
4406 2005-01-05 David Bateman <dbateman@free.fr> |
|
4407 |
|
4408 * Makefile.in: include sparse directory in SUBDIRS. |
|
4409 |
|
4410 2004-12-30 John W. Eaton <jwe@octave.org> |
|
4411 |
|
4412 * sparse/nzmax.m: Delete (there is an nzmax function in |
|
4413 src/DLD-FUNCTIONS/sparse.cc). |
|
4414 |
|
4415 2004-12-28 John W. Eaton <jwe@octave.org> |
|
4416 |
|
4417 Merge of sparse code from David Bateman <dbateman@free.fr> and |
|
4418 Andy Adler <adler@site.uottawa.ca>. |
|
4419 |
|
4420 * sparse/colperm.m, sparse/nonzeros.m, sparse/nzmax.m, |
|
4421 sparse/randperm.m, sparse/spalloc.m, sparse/spconvert.m, |
|
4422 sparse/spdiags.m, sparse/speye.m, sparse/spfun.m, sparse/sphcat.m, |
|
4423 sparse/spones.m, sparse/sprand.m, sparse/sprandn.m, |
|
4424 sparse/spstats.m, sparse/spvcat.m, sparse/spy.m: New files. |
|
4425 |
|
4426 * sparse: New directory. |
|
4427 |
5158
|
4428 2005-02-22 John W. Eaton <jwe@octave.org> |
|
4429 |
|
4430 * polynomial/residue.m: Force prepad to always create row vectors. |
|
4431 |
|
4432 * polynomial/poly.m: Quick return if m is 0. |
|
4433 From Carmen Navarrete <carmen.navarrete@uam.es>. |
|
4434 |
5154
|
4435 2005-02-21 David Bateman <dbateman@free.fr> |
|
4436 |
|
4437 * statistics/distributions/poisson_rnd.m: fix for lambda of zero. |
|
4438 From Mark van Rossum <mvanross@inf.ed.ac.uk>. |
|
4439 Fix for row vectors with at least one element of lambda not in |
|
4440 (0, Inf). |
|
4441 |
5152
|
4442 2005-02-21 John W. Eaton <jwe@octave.org> |
|
4443 |
5153
|
4444 * statistics/base/qqplot.m: Use feval instead of eval. |
|
4445 |
5152
|
4446 * plot/grid.m, plot/plot_border.m, plot/title.m, plot/top_title.m, |
|
4447 plot/__axis_label__.m: Issue replot command. |
|
4448 |
5135
|
4449 2005-02-09 John W. Eaton <jwe@octave.org> |
|
4450 |
|
4451 * polynomial/polyderiv.m: Force P to be a row vector. |
|
4452 |
5133
|
4453 2005-02-08 John W. Eaton <jwe@octave.org> |
|
4454 |
|
4455 * strings/dec2base.m: Don't delete leading zero if third arg is |
|
4456 provided and len <= computed max_len. |
|
4457 |
5125
|
4458 2005-01-27 David Bateman <dbateman@free.fr> |
|
4459 |
|
4460 * strings/dec2base.m: Be even more careful about handling all digits. |
|
4461 |
|
4462 2005-01-27 Paul Kienzle <pkienzle@users.sf.net> |
|
4463 |
|
4464 * strings/dec2base.m: Use integer arithmetic to count number of digits. |
|
4465 |
5123
|
4466 2005-01-27 Benjamin Hall <benjamin.hall@pw.utc.com> |
|
4467 |
|
4468 * statistics/base/median.m: Make it work for the scalar case too. |
|
4469 |
6308
|
4470 2005-01-25 Daniel J Sebald <daniel.sebald@ieee.org> |
5117
|
4471 |
|
4472 * plot/__plt__.m: Initialize fmt and sep outside of loop. |
5118
|
4473 Simplify logic for decoding args. |
5117
|
4474 |
5115
|
4475 2005-01-24 John W. Eaton <jwe@octave.org> |
|
4476 |
5116
|
4477 * plot/__plr__.m, plot/__plr2__.m: Pass name of caller to __plt__. |
|
4478 |
|
4479 * plot/__plt__.m: No need to save and reset hold state now. |
|
4480 (first_plot): Delete unused variable. |
|
4481 |
5115
|
4482 * plot/__plr2__.m, plot/__plt2__.m: Improve diagnostics. |
|
4483 |
|
4484 * plot/__plr__.m: Use __plt__, not specific __pltXX__ functions. |
|
4485 * plot/__plt1__.m, plot/__plt2__.m, plot/__plt2mm__.m, |
|
4486 plot/__plt2mv__.m, plot/__plt2ss__.m, plot/__plt2vm__.m, |
|
4487 plot/__plt2vv__.m: |
|
4488 Return data and gnuplot commands instead of evaluating them. |
|
4489 * plot/__plt__.m: Handle evaluation of all gnuplot commands here. |
|
4490 Based on changes from Daniel J Sebald <daniel.sebald@ieee.org>. |
|
4491 |
5108
|
4492 2005-01-18 John W. Eaton <jwe@octave.org> |
|
4493 |
|
4494 * linear-algebra/cross.m: Allocate idx1 before use. |
|
4495 |
5096
|
4496 2004-12-08 Heikki Junes <Heikki.Junes@hut.fi> |
|
4497 |
|
4498 * statistics/base/range.m: Fix varargin usage. |
|
4499 |
5091
|
4500 2004-12-02 Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be> |
|
4501 |
|
4502 * strings/deblank.m: Remove all trailing whitespace (check with |
|
4503 isspace), not just SPC. |
|
4504 |
5090
|
4505 2004-12-02 Balint Reczey <balint_reczey@yahoo.com> |
|
4506 |
|
4507 * statistics/base/moment.m: Fix argument parsing for N-d arrays. |
|
4508 |
5073
|
4509 2004-11-09 John W. Eaton <jwe@octave.org> |
|
4510 |
|
4511 * miscellaneous/fileparts.m: Allow filenames with no extension. |
|
4512 From Julius Smith <jos@ccrma.stanford.edu>. |
|
4513 |
5072
|
4514 2004-11-08 John W. Eaton <jwe@octave.org> |
|
4515 |
|
4516 * plot/__plt2vm__.m: Delete debugging statement. |
|
4517 From Dmitri A. Sergatskov <dmitri@unm.edu>. |
|
4518 |
5065
|
4519 2004-11-04 John W. Eaton <jwe@octave.org> |
|
4520 |
|
4521 * plot/hist.m: Always return row vectors for vector args. |
|
4522 |
5031
|
4523 2004-09-23 John W. Eaton <jwe@octave.org> |
|
4524 |
|
4525 * strings/strcmp.m: If args are not strings or cell arrays of |
|
4526 strings, return zero instead of reporting an error. |
|
4527 |
5021
|
4528 2004-09-22 Federico Zenith <zenith@chemeng.ntnu.no> |
|
4529 |
|
4530 * control/base/analdemo.m, control/base/are.m, control/base/bddemo.m, |
|
4531 control/base/controldemo.m, control/base/damp.m, control/base/dare.m, |
|
4532 control/base/dcgain.m, control/base/dgram.m, control/base/dlyap.m, |
|
4533 control/base/dre.m, control/base/frdemo.m, control/base/gram.m, |
|
4534 control/base/impulse.m, control/base/lqp.m, control/base/obsv.m, |
|
4535 control/base/pzmap.m, control/base/rldemo.m, control/hinf/h2norm.m, |
|
4536 control/hinf/hinfsyn.m, control/hinf/hinfsyn_ric.m, |
|
4537 control/hinf/is_dgkf.m, control/system/c2d.m, |
|
4538 control/system/is_detectable.m, control/system/is_sample.m, |
|
4539 control/system/is_siso.m, control/system/is_stable.m, |
|
4540 control/system/ss2sys.m, control/system/ss.m, control/system/sys2ss.m, |
|
4541 control/system/sys2tf.m, control/system/sys2zp.m, |
|
4542 control/system/sysappend.m, control/system/sysconnect.m, |
|
4543 control/system/sysdisc.m, control/system/sysdup.m, |
|
4544 control/system/sysgetsignals.m, control/system/sysmult.m, |
|
4545 control/system/syssetsignals.m, control/system/syssub.m, |
|
4546 control/system/tf2sys.m, control/system/ugain.m, |
|
4547 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4548 control/system/zp2tf.m, control/util/axis2dlim.m, polynomial/roots.m, |
|
4549 special-matrix/toeplitz.m: Fix typos in doc strings. |
|
4550 |
|
4551 * control/base/are.m, control/base/dare.m, control/base/lsim.m, |
|
4552 control/base/ltifr.m, control/base/place.m,control/base/tzero2.m, |
|
4553 control/base/tzero.m, control/hinf/hinf_ctr.m, control/hinf/wgt1o.m, |
|
4554 ontrol/system/is_abcd.m, control/system/parallel.m, |
|
4555 control/system/ss2tf.m, control/system/ss2zp.m, control/system/ss.m, |
|
4556 control/system/sysappend.m, control/system/sysconnect.m, |
|
4557 control/system/sysdup.m, control/system/sysgroup.m, |
|
4558 control/system/sysprune.m, control/system/sysreorder.m, |
|
4559 control/system/sysscale.m, control/system/syssub.m, |
|
4560 control/system/tf2ss.m, control/system/tf2zp.m, control/util/zgfmul.m, |
|
4561 control/util/zginit.m, control/util/zgscal.m, elfun/acoth.m, |
|
4562 polynomial/polyout.m, specfun/log2.m: |
|
4563 Add output arguments in doc strings. |
|
4564 |
|
4565 * control/base/are.m, control/base/bode_bounds, control/base/bode.m, |
|
4566 control/base/__bodquist__.m, control/base/ctrb.m, control/base/dare.m, |
|
4567 control/base/DEMOcontrol.m, control/base/dlyap.m, control/base/dre.m, |
|
4568 control/base/freqchkw.m, control/base/__freqresp__.m, |
|
4569 control/base/__freqresp__.m, control/base/lqp.m, control/base/lqr.m, |
|
4570 contol/base/lsim.m, control/base/lyap.m, control/base/nyquist.m, |
|
4571 control/base/obsv.m, control/base/place.m, control/base/pzmap.m, |
|
4572 control/base/__stepimp__.m, control/base/step.m, control/base/tzero2.m |
|
4573 control/base/tzero.m, control/hinf/dhinfdemo.m, control/hinf/h2norm.m, |
|
4574 control/hinf/h2syn.m, control/hinf/hinfdemo.m, |
|
4575 control/hinf/hinfnorm.m, control/hinf/hinfsyn_chk.m, |
|
4576 control/hinf/hinfsyn.m, control/hinf/is_dgkf.m, |
|
4577 control/obsolete/syschnames.m, control/obsolete/syschnames.m, |
|
4578 control/system/c2d.m, control/system/is_abcd.m, |
|
4579 control/system/is_controllable.m, control/system/is_detectable.m, |
|
4580 control/system/is_observable.m, control/system/is_stable.m, |
|
4581 control/system/jet707.m, control/system/ord2.m, |
|
4582 control/system/starp.m, control/system/sys2fir.m, |
|
4583 control/system/sys2ss.m, control/system/sys2tf.m, |
|
4584 control/system/sys2zp.m, control/system/syscont.m, |
|
4585 control/system/sysdisc.m, control/system/sysdup.m, |
|
4586 control/system/sysgettype.m, control/system/sysgroup.m, |
|
4587 control/system/sysmult.m, control/system/sysprune.m, |
|
4588 control/system/sysreorder.m, control/system/sysscale.m, |
|
4589 control/system/syssetsignals.m, control/system/sysupdate.m, |
|
4590 control/system/tf2ss.m, control/system/tf2sys.m, |
|
4591 control/system/zp2ss.m, control/system/zp2sys.m, |
|
4592 control/util/axis2dlim.m, control/util/prompt.m, |
|
4593 control/util/zgfmul.m, control/util/zginit.m, |
|
4594 control/util/__zgpbal__.m, control/util/zgscal.m: |
|
4595 Use @var, @strong, @command, @math, @acronym, @table and @cite |
|
4596 in doc strings. |
|
4597 |
|
4598 * control/base/bode_bounds.m, control/base/ctrb.m, control/base/dre.m, |
|
4599 control/base/dgram.m, control/base/dlyap.m, control/base/ltifr.m, |
|
4600 control/base/nyquist.m, control/base/obsv.m, control/base/tzero.m, |
|
4601 control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4602 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4603 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4604 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4605 control/hinf/wgt1o.m, control/obsolete/syschnames.m, |
|
4606 control/system/c2d.m, control/system/fir2sys.m, |
|
4607 control/system/is_stabilizable.m, control/system/jet707.m, |
|
4608 control/system/ord2.m, control/system/ss2tf.m, control/system/tf2ss.m, |
|
4609 control/util/zgshsr.m, polynomial/polyout.m: |
|
4610 New @tex section(s) in doc strings for better formating of printed |
|
4611 output. |
|
4612 |
|
4613 * control/base/__freqresp__.m, control/base/nyquist.m, |
|
4614 control/base/__stepimp__.m, control/hinf/hinfdemo.m, |
|
4615 control/obsolete/syschnames.m, control/system/sysprune.m: |
|
4616 Use proper double quote marks for TeX. |
|
4617 |
|
4618 * control/base/DEMOcontrol.m: Add missing ; |
|
4619 |
|
4620 * control/base/nichols.m, control/base/rlocus.m, |
|
4621 control/obsolete/minfo.m, control/system/is_digital.m, |
|
4622 control/system/ss2zp.m, control/system/sysmin.m, |
|
4623 control/system/tf2zp.m, control/util/sortcom.m: |
|
4624 Convert documentation to use or more completely use Texinfo. |
|
4625 |
|
4626 * control/base/rlocus.m, control/hinf/dhinfdemo.m, |
|
4627 control/hinf/hinfdemo.m, control/system/ord2.m, |
|
4628 control/system/parallel.m, control/system/ss2tf.m, |
|
4629 control/system/starp.m: Use "@group ... @end group" to avoid ascii |
|
4630 art splitting over a page boundary. |
|
4631 |
|
4632 * control/hinf/dgkfdemo.m, control/hinf/dhinfdemo.m, |
|
4633 control/hinf/h2norm.m, control/hinf/h2syn.m, control/hinf/hinf_ctr.m, |
|
4634 control/hinf/hinfdemo.m, control/hinf/hinfnorm.m, |
|
4635 control/hinf/hinfsyn_chk.m, control/hinf/hinfsyn.m, |
|
4636 control/hinf/wgt1o.m, control/system/buildssic.m: |
|
4637 Use {\cal H}_\infty for H-infinity and likewise for H-2 to |
|
4638 the TeX documentation. |
|
4639 |
|
4640 * control/system/is_stabilizable.m: |
|
4641 Add Copyright so that help is displayed correctly. |
|
4642 |
|
4643 * special-matrix/vander.m: Octave indexes start at 1. |
|
4644 |
5011
|
4645 2004-09-21 David Bateman <dbateman@free.fr> |
|
4646 |
|
4647 * general/rotdim.m: New function for rotation of an N-d array in an |
|
4648 arbitrary plane. |
|
4649 |
|
4650 * general/flipdim.m: New function to flip an N-d array about an |
|
4651 arbitrary axis. |
|
4652 |
5003
|
4653 2004-09-15 David Bateman <dbateman@free.fr> |
|
4654 |
|
4655 * general/bitget.m: Replace Bmax, which is undefined with bitmax |
|
4656 |
4992
|
4657 2004-09-15 John W. Eaton <jwe@octave.org> |
|
4658 |
|
4659 * strings/strcmp.m: Fix typo in cell/string array case. |
4993
|
4660 Use iscellstr to check for cells rather than iscell. |
|
4661 Improve diagnostics for invalid args. |
4992
|
4662 |
4983
|
4663 2004-09-10 David Bateman <dbateman@free.fr> |
|
4664 |
|
4665 * statistics/distributions/binomial_rnd.m: Fix error for scalar n |
|
4666 and p with n > 1, and fix for matrix n and p with n == 1. |
|
4667 |
|
4668 * statistics/distributions/poisson_rnd.m: Fix for matrix length, |
|
4669 due to row vs. column vector operations. |
|
4670 |
4964
|
4671 2004-09-03 David Bateman <dbateman@free.fr> |
|
4672 |
|
4673 * general/repmat.m: Fix to allow logical classes. |
|
4674 |
4950
|
4675 2004-08-31 John W. Eaton <jwe@octave.org> |
|
4676 |
|
4677 * general/isa.m: New function, from Octave-forge. |
|
4678 |
|
4679 2004-08-31 David Bateman <dbateman@free.fr> |
|
4680 |
|
4681 * general/bitcmp.m, general/bitget.m, general/bitset.m: Remove |
|
4682 limitation on the use of int64 and uint64 types, and the use |
|
4683 of the eval. |
|
4684 |
|
4685 * general/bitset.m: Remove superfluous cast to return type, as bug |
|
4686 in .^ with integer types is fixed. |
|
4687 |
|
4688 * general/repmat.m: Adapt to allow integer types. |
4945
|
4689 |
|
4690 2004-08-31 Paul Kienzle <pkienzle@users.sf.net> |
|
4691 |
|
4692 * plot/axis.m: Don't reset axes when querying them. |
|
4693 |
4942
|
4694 2004-08-27 David Bateman <dbateman@free.fr> |
|
4695 |
|
4696 * statistics/base/ranks.m: Handle non-consecutive ties. |
|
4697 Eliminate loop. |
|
4698 |
4918
|
4699 2004-07-27 David Bateman <dbateman@free.fr> |
|
4700 |
|
4701 * general/num2str.m: Also insert spaces in output when precision |
|
4702 argument is supplied. |
|
4703 |
4915
|
4704 2004-07-23 David Bateman <dbateman@free.fr> |
|
4705 |
|
4706 * general/bitcmp.m, general/bitget.m, general/bitset.m: New functions. |
|
4707 |
4911
|
4708 2004-07-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4709 |
|
4710 * general/sub2ind.m: Make reshaping index list unnecessary. |
|
4711 |
|
4712 2004-07-22 Paul Kienzle <pkienzle@users.sf.net> |
|
4713 |
|
4714 * miscellaneous/unix.m: Fix doc string. |
|
4715 |
|
4716 2004-07-22 Stefan van der Walt <stefan@sun.ac.za> |
|
4717 |
|
4718 * plot/figure.m: Clarification of documentation. |
|
4719 |
|
4720 * image/imshow.m: Warn for complex images. |
|
4721 Only estimate colourmap for images in [0, 65536]. |
|
4722 |
|
4723 2004-07-22 David Bateman <dbateman@free.fr> |
|
4724 |
|
4725 * general/num2str.m: Fix the case of an all zero input. |
|
4726 |
4906
|
4727 2004-06-22 Etienne Grossmann <etienne@cs.uky.edu> |
|
4728 |
|
4729 * general/ind2sub.m: Doc fix. |
|
4730 |
4900
|
4731 2004-06-08 John W. Eaton <jwe@octave.org> |
|
4732 |
|
4733 * statistics/tests/kolmogorov_smirnov_test.m: Use func2str to |
|
4734 convert function handle to string for eval. |
|
4735 |
4898
|
4736 2004-06-04 Paul Kienzle <pkienzle@users.sf.net> |
|
4737 |
|
4738 * plot/errorbar.m: Remove debugging output. |
|
4739 |
|
4740 2004-06-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4741 |
|
4742 * plot/__pltopt__.m: Properly escape @ symbols in doc string. |
|
4743 |
4897
|
4744 2004-06-03 Paul Kienzle <pkienzle@users.sf.net> |
|
4745 |
4898
|
4746 * deprecated/com2str.m: Include 'i' suffix for pure imaginary numbers. |
|
4747 |
|
4748 * polynomial/polyout.m: Use parenthesis if necessary around |
|
4749 complex polynomial coefficient. |
|
4750 |
4897
|
4751 * plot/__errcomm__.m, plot/__errplot__.m: Simplify code and fix |
|
4752 the bug which causes __errplot__ to ignore the last argument. |
|
4753 |
4894
|
4754 2004-06-03 David Bateman <dbateman@free.fr> |
|
4755 |
|
4756 * general/shiftdim.m: New function based on JWE code snippet. |
|
4757 |
|
4758 * general/circdim.m: New function. |
|
4759 |
4890
|
4760 2004-05-06 David Bateman <dbateman@free.fr> |
|
4761 |
|
4762 * general/issquare.m: Fail if ndim(x) > 2. |
|
4763 |
|
4764 * linear-algebra/norm.m, linear-algebra/norm.m: Fail if ndim(x) > 2. |
|
4765 |
|
4766 * linear-alegbra/cross.m, linear-algebra/dot.m: Allow matrix and |
|
4767 N-d array arguments. Add optional dim argument to define |
|
4768 dimension along which to operate. |
|
4769 |
|
4770 * linear-algebra/dmult.m: Allow N-d arrays. |
|
4771 |
|
4772 * linear-algebra/vec.m: Use v(:) and not reshape. |
|
4773 |
4885
|
4774 2004-04-29 David Bateman <dbateman@free.fr> |
|
4775 |
|
4776 * statistics/base/ranks.m, statistics/base/run_count.m, |
|
4777 statistics/base/studentize.m, statistics/base/kurtosis.m |
|
4778 statistics/base/statistics.m, statistics/base/skewness.m |
|
4779 statistics/base/iqr.m: |
|
4780 Make N-d array aware. Allow optional argument to define the |
|
4781 dimension along which to operate. Update the documentation. |
|
4782 |
|
4783 * statistics/base/ranks.m: Change algorithm to use sort, |
|
4784 and adjust for the ties after. |
|
4785 |
|
4786 * statistics/base/run_counts.m: Change algorithm to use |
|
4787 the a combination of diff and find, rather than a for-loop. |
|
4788 |
4881
|
4789 2004-04-23 Paul Kienzle <pkienzle@users.sf.net> |
|
4790 |
|
4791 * plot/hist.m: Correctly determine cutoffs. New tests. |
|
4792 |
4878
|
4793 2004-04-23 David Bateman <dbateman@free.fr> |
|
4794 |
|
4795 * general/int2str.m: Treat only real part of argument, and treat |
|
4796 NDArrays by stacking the slices through the matrix vertically. |
|
4797 |
|
4798 * general/num2str.m: Improve format of integer matrices, and the |
|
4799 conversion of complex matrices added. Treat NDArrays by stacking |
|
4800 the slices through the matrix vertically. |
|
4801 |
|
4802 * deprecated/com2str.m: Moved here from general subdirectory. |
|
4803 |
4877
|
4804 2004-04-22 John W. Eaton <jwe@octave.org> |
|
4805 |
|
4806 * quaternion/qtransvmat.m: Use continuation characters to make |
|
4807 sure result is a matrix instead of a vector. From <aklark@atdot.it>. |
|
4808 |
4869
|
4809 2004-04-21 David Bateman <dbateman@free.fr> |
|
4810 |
5378
|
4811 * elfun/lcm.m: Make N-d aware. |
4870
|
4812 |
4869
|
4813 * general/diff.m: Make the code N-d array aware. Allow an |
|
4814 optional argument to define the dimension along which to perform |
|
4815 the differences and allow the order of the differences to be larger |
|
4816 than the dimension itself. |
|
4817 |
|
4818 * general/rot90.m, general/fliplr.m, general/flipud.m: Limit the |
|
4819 use of these functions to 1- and 2-d arrays. |
|
4820 |
4863
|
4821 2004-04-16 John W. Eaton <jwe@octave.org> |
|
4822 |
|
4823 * elfun/gcd.m: Delete. |
|
4824 |
4862
|
4825 2004-04-15 David Bateman <dbateman@free.fr> |
|
4826 |
|
4827 * set/create_set.m, general/is_duplicate_entry.m: Make N-d array aware. |
|
4828 |
|
4829 * general/shift.m, general/prepad.m, general/postpad.m: Make N-d |
|
4830 array aware and and optional argument for the dimension along |
|
4831 which to operate. |
|
4832 |
5378
|
4833 * signal/unwrap.m: Make N-d array aware and fix optional |
4862
|
4834 argument for the dimension to be consistent with other N-d array |
|
4835 functions. |
|
4836 |
4860
|
4837 2004-04-08 David Bateman <dbateman@free.fr> |
|
4838 |
|
4839 * statistics/distributions/discrete_cdf.m, |
|
4840 statistics/distributions/discrete_inv.m, |
|
4841 statistics/distributions/discrete_pdf.m, |
|
4842 statistics/distributions/discrete_rnd.m, |
|
4843 statistics/distributions/exponential_cdf.m, |
|
4844 statistics/distributions/exponential_inv.m, |
|
4845 statistics/distributions/exponential_pdf.m, |
|
4846 statistics/distributions/exponential_rnd.m, |
|
4847 statistics/distributions/f_cdf.m, |
|
4848 statistics/distributions/f_inv.m, |
|
4849 statistics/distributions/f_pdf.m, |
|
4850 statistics/distributions/f_rnd.m, |
|
4851 statistics/distributions/geometric_cdf.m, |
|
4852 statistics/distributions/geometric_inv.m, |
|
4853 statistics/distributions/geometric_pdf.m, |
|
4854 statistics/distributions/geometric_rnd.m, |
|
4855 statistics/distributions/hypergeometric_rnd.m, |
|
4856 statistics/distributions/kolmogorov_smirnov_cdf.m, |
|
4857 statistics/distributions/laplace_cdf.m, |
|
4858 statistics/distributions/laplace_inv.m, |
|
4859 statistics/distributions/laplace_pdf.m, |
|
4860 statistics/distributions/laplace_rnd.m, |
|
4861 statistics/distributions/logistic_inv.m, |
|
4862 statistics/distributions/logistic_rnd.m, |
|
4863 statistics/distributions/lognormal_cdf.m, |
|
4864 statistics/distributions/lognormal_inv.m, |
|
4865 statistics/distributions/lognormal_pdf.m, |
|
4866 statistics/distributions/lognormal_rnd.m, |
|
4867 statistics/distributions/pascal_cdf.m, |
|
4868 statistics/distributions/pascal_inv.m, |
|
4869 statistics/distributions/pascal_pdf.m, |
|
4870 statistics/distributions/pascal_rnd.m, |
|
4871 statistics/distributions/poisson_cdf.m, |
|
4872 statistics/distributions/poisson_inv.m, |
|
4873 statistics/distributions/poisson_pdf.m, |
|
4874 statistics/distributions/poisson_rnd.m, |
|
4875 statistics/distributions/t_cdf.m, |
|
4876 statistics/distributions/t_inv.m, |
|
4877 statistics/distributions/t_pdf.m, |
|
4878 statistics/distributions/t_rnd.m, |
|
4879 statistics/distributions/weibull_cdf.m, |
|
4880 statistics/distributions/weibull_inv.m, |
|
4881 statistics/distributions/weibull_pdf.m, |
|
4882 statistics/distributions/weibull_rnd.m: |
|
4883 Allow N-d arrays. |
|
4884 |
|
4885 * statistics/distributions/discrete_inv.m: Fix bug in indexing, |
|
4886 that results in NaN in places where it should not have had. |
|
4887 |
|
4888 * statistics/distributions/discrete_rnd.m: New argument formats to |
|
4889 allow creating arbitrary matrices, compatiable with the other |
5583
|
4890 *_rnd.m functions. Maintain compatibility with previous format. |
4860
|
4891 |
|
4892 * statistics/distributions/empirical_rnd.m: New argument formats |
|
4893 to allow creating arbitrary matrices, compatiable with the other |
5583
|
4894 *_rnd.m functions. Maintain compatibility with previous |
4860
|
4895 format. Allow N-d arrays. |
|
4896 |
|
4897 * statistics/distributions/hypergeometric_cdf.m, |
|
4898 statistics/distributions/hypergeometric_inv.m, |
|
4899 statistics/distributions/hypergeometric_pdf.m, |
|
4900 statistics/distributions/wiener_rnd.m: |
|
4901 Error for non-scalar arguments. |
|
4902 |
|
4903 * statistics/distributions/pascal_rnd.m: |
|
4904 Correct for n = 1 bug, where all elements were equal. |
|
4905 |
4849
|
4906 2004-04-06 David Bateman <dbateman@free.fr> |
|
4907 |
4854
|
4908 * general/common_size.m, miscellaneous/bincoeff.m, |
|
4909 statistics/distributions/beta_cdf.m, |
|
4910 statistics/distributions/beta_inv.m, |
|
4911 statistics/distributions/beta_pdf.m, |
|
4912 statistics/distributions/beta_rnd.m, |
|
4913 statistics/distributions/binomial_cdf.m, |
|
4914 statistics/distributions/binomial_inv.m, |
|
4915 statistics/distributions/binomial_pdf.m, |
|
4916 statistics/distributions/binomial_rnd.m, |
|
4917 statistics/distributions/cauchy_cdf.m, |
|
4918 statistics/distributions/cauchy_inv.m, |
|
4919 statistics/distributions/cauchy_pdf.m, |
|
4920 statistics/distributions/cauchy_rnd.m, |
|
4921 statistics/distributions/chisquare_cdf.m, |
|
4922 statistics/distributions/chisquare_inv.m, |
|
4923 statistics/distributions/chisquare_pdf.m, |
|
4924 statistics/distributions/chisquare_rnd.m, |
|
4925 statistics/distributions/gamma_cdf.m, |
|
4926 statistics/distributions/gamma_inv.m, |
|
4927 statistics/distributions/gamma_pdf.m, |
|
4928 statistics/distributions/gamma_rnd.m, |
|
4929 statistics/distributions/normal_cdf.m, |
|
4930 statistics/distributions/normal_inv.m, |
|
4931 statistics/distributions/normal_pdf.m, |
|
4932 statistics/distributions/normal_rnd.m, |
|
4933 statistics/distributions/stdnormal_cdf.m, |
|
4934 statistics/distributions/stdnormal_pdf.m, |
|
4935 statistics/distributions/stdnormal_rnd.m, |
|
4936 statistics/distributions/uniform_cdf.m, |
|
4937 statistics/distributions/uniform_inv.m, |
|
4938 statistics/distributions/uniform_pdf.m, |
|
4939 statistics/distributions/uniform_rnd.m: |
|
4940 Allow the inputs to be N-d arrays. |
|
4941 |
4852
|
4942 * statistics/base/var.m: Update for N-d arrays. Allow dimension arg. |
|
4943 * statistics/base/median.m: Likewise. |
4849
|
4944 |
4844
|
4945 2004-04-02 David Bateman <dbateman@free.fr> |
|
4946 |
|
4947 * statistics/base/std.m: Allow optional args for type and dim. |
4847
|
4948 * statistics/base/center.m, statistics/base/meansq.m, |
|
4949 statistics/base/moment.m, statistics/base/range.m: |
4852
|
4950 Update for N-d arrays. |
4844
|
4951 * signal/fftshift.m: Fix dimensioning error. |
|
4952 |
|
4953 * statistics/base/std.m: Use repmat not ones(nr,1)*mean to allow |
4852
|
4954 N-d arrays. |
4844
|
4955 |
4852
|
4956 * general/mod.m, general/mod.m: Allow N-d arrays with one scalar arg. |
|
4957 |
|
4958 * signal/fftshift.m: Update for N-d arrays, allow optional dim arg. |
4844
|
4959 |
4852
|
4960 * specfun/erfinv.m, general/repmat.m: Update for N-d arrays. |
4844
|
4961 |
|
4962 * control/base/bode.m, control/base/lqg.m, control/system/ss2sys.m, |
|
4963 control/system/cellidx.m, control/system/dmr2d.m control/system/ss.m, |
|
4964 control/system/sysprune.m: Doc update for usage of cell arrays. |
|
4965 |
|
4966 * control/system/sysidx.m: Use cellidx and not listidx. |
|
4967 |
4841
|
4968 2004-03-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4969 |
|
4970 * plot/__pltopt1__.m: Always add title clause to plot command with |
|
4971 default of "" (so it is off unless explicitly set by the user). |
|
4972 |
4836
|
4973 2004-03-12 Stefan van der Walt <stefan@sun.ac.za> |
|
4974 |
|
4975 * image/imshow.m: Accept "truesize" argument. |
|
4976 Ignore current colormap. New tests and demos. |
|
4977 |
4834
|
4978 2004-03-10 Volker Kuhlmann <VolkerKuhlmann@gmx.de> |
|
4979 |
|
4980 * signal/sinewave.m: Allow N to default to M. |
|
4981 |
4826
|
4982 2004-03-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4983 |
|
4984 * signal/unwrap.m: Use "isempty (tol)" instead of "tol == []". |
|
4985 |
4818
|
4986 2004-03-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
4987 |
|
4988 * general/deal.m: New function. |
4819
|
4989 Add tests from Paul Kienzle. |
4818
|
4990 |
4811
|
4991 2004-03-03 Stefan van der Walt <stefan@sun.ac.za> |
|
4992 |
|
4993 * plot/hist.m: Compute histogram correctly for n>=30. |
|
4994 |
5095
|
4995 2004-03-02 Paul Kienzle <pkienzle@users.sf.net> |
4807
|
4996 |
|
4997 * signal/sinc.m: Use i(:) instead of i when checking for any nonzeros. |
|
4998 |
4806
|
4999 2004-03-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5000 |
|
5001 * miscellaneous/horzcat.m: Delete. |
|
5002 * miscellaneous/vertcat.m: Delete. |
|
5003 |
4790
|
5004 2004-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5005 |
|
5006 * plot/figure.m: Also look for GNUTERM in the environment and use |
|
5007 that if it is set (for OS X). From Per Persson <persquare@mac.com>. |
|
5008 |
4789
|
5009 2004-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5010 |
|
5011 * control/base/__stepimp__.m: Only call clearplot if we will be |
|
5012 doing multiple plots in the same gnuplot frame. |
|
5013 |
4780
|
5014 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5015 |
|
5016 * control/system/__sysconcat__.m, control/system/__tfl__.m, |
|
5017 control/system/cellidx.m, control/system/ss.m, |
|
5018 control/system/tf.m, control/system/zp.m: New functions. |
|
5019 |
4778
|
5020 2004-02-16 Glenn Golden <gdg@zplane.com> |
|
5021 |
|
5022 * statistics/distributions/discrete_inv.m: |
|
5023 Reduce memory requirements. |
|
5024 |
4772
|
5025 2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5026 |
|
5027 * plot/__errcomm__.m: Fix thinko in previous change. |
|
5028 From Teemu Ikonen <tpikonen@pcu.helsinki.fi>. |
|
5029 |
4771
|
5030 2004-02-16 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
|
5031 |
|
5032 * control/base/__bodquist__.m, control/base/__stepimp__.m, |
|
5033 control/base/analdemo.m, control/base/bddemo.m, |
|
5034 control/base/bode.m, control/base/dre.m, control/base/frdemo.m, |
|
5035 control/base/lqg.m, control/base/nyquist.m, control/base/place.m, |
|
5036 control/base/rldemo.m, control/base/rlocus.m, |
|
5037 control/base/tzero.m, control/hinf/dgkfdemo.m, |
|
5038 control/hinf/dhinfdemo.m, control/hinf/h2syn.m, |
|
5039 control/hinf/hinf_ctr.m, control/hinf/hinfsyn.m, |
|
5040 control/hinf/wgt1o.m, control/obsolete/dlqg.m, |
|
5041 control/obsolete/packsys.m, control/obsolete/series.m, |
|
5042 control/system/__sysdefioname__.m, |
|
5043 control/system/__sysdefstname__.m, control/system/__sysgroupn__.m, |
|
5044 control/system/__tf2sysl__.m, control/system/buildssic.m, |
|
5045 control/system/c2d.m, control/system/d2c.m, |
|
5046 control/system/dmr2d.m, control/system/fir2sys.m, |
|
5047 control/system/is_signal_list.m, control/system/is_siso.m, |
|
5048 control/system/jet707.m, control/system/listidx.m, |
|
5049 control/system/moddemo.m, control/system/ord2.m, |
|
5050 control/system/packedform.m, control/system/parallel.m, |
|
5051 control/system/ss2sys.m, control/system/sys2tf.m, |
|
5052 control/system/sys2zp.m, control/system/sysadd.m, |
|
5053 control/system/sysappend.m, control/system/sysconnect.m, |
|
5054 control/system/syscont.m, control/system/sysdimensions.m, |
|
5055 control/system/sysdisc.m, control/system/sysdup.m, |
|
5056 control/system/sysgetsignals.m, control/system/sysgettype.m, |
|
5057 control/system/sysgroup.m, control/system/sysmin.m, |
|
5058 control/system/sysmult.m, control/system/sysprune.m, |
|
5059 control/system/sysrepdemo.m, control/system/sysscale.m, |
|
5060 control/system/syssetsignals.m, control/system/syssub.m, |
|
5061 control/system/sysupdate.m, control/system/tf2sys.m, |
|
5062 control/system/ugain.m, control/system/zp2ss.m, |
|
5063 control/system/zp2sys.m, control/util/__outlist__.m, |
|
5064 control/util/__zgpbal__.m, control/util/strappend.m: |
|
5065 Use cell arrays instead of lists. |
|
5066 |
4723
|
5067 2004-01-23 Stefan van der Walt <stefan@sun.ac.za> |
|
5068 |
|
5069 * plot/bar.m: Increase size of cutoff vector from xlen-1 to xlen |
|
5070 so that bar (1, 1) will work. |
|
5071 |
4710
|
5072 2004-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5073 |
4717
|
5074 * plot/__errcomm__.m: Cope with nargin now being a function. |
|
5075 * plot/__errplot__.m: Likewise. |
|
5076 * plot/__plt__.m: Likewise. |
|
5077 * plot/plot_border.m: Likewise. |
|
5078 |
4710
|
5079 * Makefile.in (distclean, maintainer-clean): Remove DOCSTRINGS, |
|
5080 not $(DOCSTRINGS). |
|
5081 |
4706
|
5082 2004-01-21 Quentin Spencer <qspencer@ieee.org> |
|
5083 |
|
5084 * linear-algebra/rank.m: Allow rank ([]) to return 0, same as |
|
5085 rank ([], tol). |
|
5086 |
4691
|
5087 2004-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5088 |
4692
|
5089 * elfun/acot.m: Return atan (1./z). |
|
5090 From Gregory Vanuxem <g.vanuxem@wanadoo.fr>. |
|
5091 |
4691
|
5092 * miscellaneous/dir.m: New file. |
|
5093 |
|
5094 * general/num2str.m: Use "%d" as format if values are ints with |
|
5095 magnitude less than 1e10. |
|
5096 |
|
5097 2004-01-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5098 |
|
5099 * general/num2str.m: If single arg is string, return it. |
|
5100 |
|
5101 * miscellaneous/not.m: New file. |
|
5102 |
|
5103 * miscellaneous/unix.m: New file. |
|
5104 |
|
5105 * miscellaneous/isunix.m: New file. |
|
5106 * miscellaneous/ispc.m: New file. |
|
5107 |
|
5108 * miscellaneous/computer.m: New file. |
|
5109 |
|
5110 * miscellaneous/delete.m: New file. |
|
5111 |
4689
|
5112 2004-01-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5113 |
|
5114 * statistics/tests/kolmogorov_smirnov_test_2.m: Fix test for ties. |
|
5115 |
|
5116 2004-01-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5117 |
|
5118 * miscellaneous/path.m: Handle DEFAULT_LOADPATH substitution. |
|
5119 Always return substituted version of LOADPATH if nargout != 0. |
|
5120 |
4685
|
5121 2003-12-21 Schloegl Alois <alois.schloegl@tugraz.at> |
|
5122 |
|
5123 * miscellaneous/fullfile.m: If filename is empty, set it to "." |
|
5124 before continuing. |
|
5125 |
|
5126 * miscellaneous/fileparts.m: Allow name to start with ".". |
|
5127 |
4677
|
5128 2003-12-16 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5129 |
|
5130 * general/ind2sub.m: New file. |
|
5131 * general/sub2ind.m: New file. |
|
5132 |
4675
|
5133 2003-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5134 |
|
5135 * control/system/zp2ss.m: Don't save and restore |
|
5136 warn_empty_list_elements. |
|
5137 |
|
5138 2003-12-15 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5139 |
6778
|
5140 * control/system/zp2ss.m: Correct definition of pure gain system. |
4675
|
5141 |
4673
|
5142 2003-12-10 Quentin Spencer <qspencer@ieee.org> |
|
5143 |
|
5144 * statistics/base/mean.m: Remove special case for row vectors. |
|
5145 |
4637
|
5146 2003-11-19 Quentin Spencer <qspencer@ieee.org> |
|
5147 |
|
5148 * signal/freqz_plot.m: Save and restore automatic_replot too. |
|
5149 |
4631
|
5150 2003-11-18 Danilo Piazzalunga <danilopiazza@libero.it> |
|
5151 |
|
5152 * statistics/base/iqr.m: Handle matrices. |
|
5153 |
4630
|
5154 2003-11-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5155 |
|
5156 * general/issymmetric.m: Don't fail if norm (x) == 0. |
|
5157 |
4629
|
5158 2003-11-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5159 |
|
5160 * miscellaneous/path.m: Fix thinko in previous change. |
|
5161 |
4609
|
5162 2003-11-14 Gabriele Pannocchia <g.pannocchia@ing.unipi.it> |
|
5163 |
4629
|
5164 * control/base/dare.m: Check positive (semi)definiteness and |
|
5165 dimensions of r (and q). |
|
5166 * control/base/dlqr.m: Check stabilizability of (A,B), |
|
5167 detectability of (A,Q), and whether (A,Q) has non minimal modes |
|
5168 near unit circle. |
4611
|
5169 |
|
5170 * control/system/is_detectable.m: Use Hautus Lemma. |
|
5171 Correct the behavior for discrete-time systems. |
|
5172 * control/system/is_stabilizable.m: Likewise. |
|
5173 |
4609
|
5174 * linear-algebra/krylov.m: Return H = [] in Vnrm == 0 case. |
|
5175 |
|
5176 * linear-algebra/krylovb.m: Fix typo in usage message. |
|
5177 |
4610
|
5178 * general/isdefinite.m: New function. |
|
5179 |
4567
|
5180 2003-10-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5181 |
|
5182 * general/reshape: Delete. |
|
5183 |
4559
|
5184 2003-10-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5185 |
|
5186 * general/numel.m: Delete. |
|
5187 |
4535
|
5188 2003-10-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5189 |
4536
|
5190 * miscellaneous/horzcat.m, miscellaneous/vartcat.m: New files. |
|
5191 |
|
5192 * deprecated/isstr.m: New file. |
4535
|
5193 |
4529
|
5194 2003-10-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5195 |
|
5196 * plot/__axis_label__.m, plot/xlabel.m, plot/ylabel.m, |
|
5197 plot/zlabel.m, plot/title.m: Return a value if nargout > 0. |
|
5198 |
4525
|
5199 2003-10-02 Quentin Spencer <qspencer@ieee.org> |
|
5200 |
|
5201 * statistics/base/mean.m: Fix missing semicolon problem. |
|
5202 |
4503
|
5203 2003-09-08 Al Niessner <Al.Niessner@jpl.nasa.gov> |
|
5204 |
|
5205 * plot/subplot.m: New global variable, __multiplot_scale__. |
|
5206 |
4492
|
5207 2003-08-29 David Castelow <DCastelow@Airspan.com> |
|
5208 |
|
5209 * strings/dec2base.m, strings/dec2bin.m, strings/dec2hex.m: |
|
5210 Allow optional length argument. |
|
5211 |
4491
|
5212 2003-08-28 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5213 |
|
5214 * polynomial/polyfit.m: Avoid calling flipud. |
|
5215 From Pascal A. Dupuis <Pascal.Dupuis@esat.kuleuven.ac.be>. |
|
5216 Return structure as second output value for improved Matlab |
|
5217 compatibility. |
|
5218 |
4476
|
5219 2003-07-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5220 |
4478
|
5221 * linear-algebra/cond.m: Behave as though old built-in variable |
|
5222 propagate_empty_matrices is always 1. Also handle empty matrices |
|
5223 with one non-zero dimension. |
|
5224 |
4476
|
5225 * miscellaneous/dump_prefs.m: Add warn_separator_insert and |
|
5226 warn_single_quote_string to the list. |
4478
|
5227 Delete whitespace_in_literal_matrix and propagate_empty_matrices |
|
5228 from the list. |
4476
|
5229 |
5095
|
5230 2003-07-25 Paul Kienzle <pkienzle@users.sf.net> |
4469
|
5231 |
|
5232 * signal/autocov.m: Transpose result of conj because diag returns |
|
5233 a column vector, not a row vector. |
|
5234 |
|
5235 * audio/playaudio.m, audio/record.m, image/image.m, |
|
5236 miscellaneous/bug_report.m: Protect spaces in filenames |
|
5237 with quotes. |
|
5238 |
4466
|
5239 2003-07-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5240 |
4468
|
5241 * io/printf.m, io/puts.m: Delete. |
|
5242 |
4466
|
5243 * miscellaneous/dump_prefs.m: Delete define_all_return_values and |
|
5244 default_return_value from the list. |
|
5245 Add warn_undefined_return_values to the list. |
|
5246 |
|
5247 |
4464
|
5248 2003-07-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5249 |
|
5250 * miscellaneous/dump_prefs.m: Delete default_global_variable_value |
|
5251 and initialize_global_variables from the list. |
|
5252 |
4460
|
5253 2003-07-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5254 |
4463
|
5255 * image/colormap.m: Don't save and restore default_eval_print_flag. |
|
5256 |
|
5257 * miscellaneous/dump_prefs.m: Delete default_eval_print_flag. |
|
5258 |
|
5259 * control/util/zgshsr.m: Use x OP= y instead of x = x OP y. |
|
5260 * control/system/sys2fir.m: Likewise. |
|
5261 |
|
5262 * control/system/is_siso.m: Use && instead of & where appropriate. |
|
5263 * control/system/__tf2sysl__.m: Likewise. |
|
5264 |
|
5265 * control/system/__tf2sysl__.m: Use end instead of length(X). |
|
5266 |
|
5267 * control/freqchkw.m: Use %-escapes for error instead of num2str |
|
5268 and [] concatenation. |
|
5269 * control/system/sys2fir.m: Likewise. |
|
5270 |
|
5271 * control/base/dgram.m, control/base/freqchkw.m, |
|
5272 control/base/gram.m, control/system/__abcddims__.m, |
|
5273 control/system/__sysdefstname__.m, control/system/__tf2sysl__.m, |
|
5274 control/system/is_sample.m, control/system/is_signal_list.m, |
|
5275 control/system/is_siso.m, control/system/sys2fir.m, |
|
5276 control/system/syschtsam.m, control/system/sysgettsam.m, |
|
5277 control/system/sysgettype.m, control/system/tf2zp.m, |
|
5278 control/system/ugain.m, control/util/prompt.m, |
|
5279 control/util/run_cmd.m, control/util/zgrownorm.m, |
|
5280 control/util/zgshsr.m: |
|
5281 Improve conformance to Octave coding style. |
|
5282 |
4461
|
5283 * miscellaneous/dump_prefs.m: Add warn_resize_on_reange_error to |
|
5284 the list. |
|
5285 Delete resize_on_range_error from the list. |
|
5286 |
4460
|
5287 * control/base/pzmap.m, control/base/place.m, |
|
5288 control/base/__freqresp__.m, control/system/sysappend.m, |
|
5289 control/system/syscont.m, control/system/sysdisc.m, |
|
5290 control/system/sysgroup.m, control/system/tfout.m, |
|
5291 control/system/zp2ss.m, control/system/zpout.m, |
|
5292 control/util/__outlist__.m, signal/arma_rnd.m, general/shift.m, |
|
5293 strings/strcat.m: Save and restore warn_empty_list_elements, not |
|
5294 empty_list_elements_ok. |
|
5295 |
|
5296 * miscellaneous/dump_prefs.m: Add warn_empty_list_elements to the list. |
|
5297 Delete empty_list_elements_ok from the list. |
|
5298 |
4457
|
5299 2003-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5300 |
|
5301 * miscellaneous/dump_prefs.m: Include warn_neg_dim_as_zero in the |
|
5302 list. |
|
5303 Delete treat_neg_dim_as_zero from the list. |
|
5304 |
|
5305 * strings/blanks.m: Don't check treat_neg_dim_as_zero. |
|
5306 |
4451
|
5307 2003-07-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5308 |
4455
|
5309 * general/reshape.m: Omit do_fortran_indexing from doc string (it |
|
5310 was not used in the code in any case). |
|
5311 |
|
5312 * strings/strjust.m: Temporarily set warn_fortran_indexing, not |
|
5313 do_fortran_indexing. |
|
5314 |
4452
|
5315 * statistics/base/moment.m: Temporarily set warn_str_to_num, not |
|
5316 implict_str_to_num_ok. Use unwind_protect block to do it. |
|
5317 |
4451
|
5318 * miscellaneous/dump_prefs.m: Include DEFAULT_EXEC_PATH, |
|
5319 DEFAULT_LOAD_PATH, crash_dumps_octave_core, |
4452
|
5320 sighup_dumps_octave_core, sigterm_dumps_octave_core, |
4455
|
5321 warn_imag_to_real, warn_num_to_str, warn_str_to_num, and |
|
5322 warn_fortran_indexing in the list. |
|
5323 Delete ok_to_lose_imaginary_part, implicit_num_to_str_ok, |
|
5324 implicit_str_to_num_ok, do_fortran_indexing, and |
|
5325 prefer_column_vectors from list. |
4451
|
5326 |
4440
|
5327 2003-07-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5328 |
|
5329 * Makefile.in (distclean, maintainer-clean): Also remove |
|
5330 gethelp$(BUILD_EXEEXT), $(DOCSTRINGS), and autom4te.cache |
|
5331 directory. |
|
5332 |
5095
|
5333 2003-06-17 Aaron A. King <king@quercus.tiem.utk.edu> |
4430
|
5334 |
|
5335 * plot/hist.m: Don't forget to define n if x is a vector. |
|
5336 |
5095
|
5337 2003-06-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4424
|
5338 |
|
5339 * miscellaneous/fileparts.m: For compatibility with Matlab, |
|
5340 return "." with extension. |
|
5341 |
4422
|
5342 2003-06-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5343 |
|
5344 * control/base/__stepimp__.m, control/base/nichols.m, |
|
5345 control/base/nyquist.m, miscellaneous/dump_prefs.m, |
|
5346 plot/bottom_title.m, plot/mplot.m, plot/multiplot.m, |
|
5347 plot/oneplot.m, plot/plot_border.m, plot/subplot.m, |
|
5348 plot/subwindow.m, plot/top_title.m, signal/freqz_plot.m: |
|
5349 Eliminate gnuplot_has_multiplot (assume it is always true). |
|
5350 |
4413
|
5351 2003-05-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5352 |
|
5353 * Makefile.in, image/Makefile.in, startup/Makefile.in: Handle DESTDIR. |
|
5354 |
5095
|
5355 2003-05-05 Andy Adler <adler@site.uottawa.ca> |
4407
|
5356 |
|
5357 * plot/hist.m: Improve performance by using different algorithms |
|
5358 depending on number of bins. |
|
5359 |
4404
|
5360 2003-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5361 |
|
5362 * control/system/sysadd.m: If systems are not "tf", convert before |
|
5363 adding. |
|
5364 |
5095
|
5365 2003-05-01 Paul Kienzle <pkienzle@users.sf.net> |
4403
|
5366 |
|
5367 * image/imagesc.m: Accept data limits parameter for colormap. |
|
5368 |
5095
|
5369 2003-04-11 Doug Stewart <dastew@sympatico.ca> |
4375
|
5370 |
|
5371 * control/base/__stepimp__.m: If digital impulse, reduce gain of |
|
5372 the impulse by t_step. |
|
5373 |
4373
|
5374 2003-04-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5375 |
|
5376 * control/base/__bodquist__.m: Don't convert pdbig and fdbig to |
|
5377 column vectors. |
|
5378 |
5095
|
5379 2003-03-24 Quentin Spencer <qspencer@ieee.org> |
4371
|
5380 |
|
5381 * linear-algebra/null.m: Handle empty matrix arg. |
|
5382 |
4369
|
5383 2003-03-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5384 |
|
5385 * general/shift.m: Force empty_list_elements_ok to 1. |
|
5386 |
4358
|
5387 2003-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5388 |
|
5389 * deprecated/struct_contains.m, deprecated/struct_elements.m: |
|
5390 New files. |
|
5391 |
4348
|
5392 2003-02-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5393 |
|
5394 * statistics/tests/kolmogorov_smirnov_test.m: Use str2func to make |
|
5395 function handle to pass to feval. |
|
5396 * statistics/base/qqplot.m: Likewise. |
|
5397 * statistics/base/ppplot.m: Likewise. |
|
5398 * signal/spectral_xdf.m: Likewise. |
|
5399 * signal/spectral_adf.m: Likewise. |
|
5400 |
4340
|
5401 2003-02-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5402 |
|
5403 * plot/axis.m: Avoid whitespace in literal matrix problem. |
|
5404 |
4334
|
5405 2003-02-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5406 |
|
5407 * linear-algebra/logm.m: New file. |
|
5408 |
5095
|
5409 2003-02-18 David Bateman <dbateman@free.fr> |
4329
|
5410 |
|
5411 * mkpkgadd: Scan C++ files as well |
|
5412 |
5095
|
5413 2003-02-13 Alois Schloegl <alois.schloegl@tugraz.at> |
4321
|
5414 |
|
5415 * strings/findstr.m: Return empty set for zero-length target. |
|
5416 |
5095
|
5417 2003-02-11 Paul Kienzle <pkienzle@users.sf.net> |
4317
|
5418 |
|
5419 * set/union.m: Preserve the orientation of inputs. |
|
5420 |
4305
|
5421 2003-01-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5422 |
|
5423 * general/int2str.m: Eliminate leading spaces. |
|
5424 |
4303
|
5425 2003-01-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5426 |
|
5427 * general/int2str.m: Do a better job with 0, Inf, and NaN, |
|
5428 |
5095
|
5429 2003-01-11 Paul Kienzle <pkienzle@users.sf.net> |
4298
|
5430 |
|
5431 * Makefile.in (gethelp$(BUILD_EXEEXT)): Pass $(BUILD_CXXFLAGS) and |
|
5432 $(BUILD_LDFLAGS) to compiler. |
|
5433 |
4295
|
5434 2003-01-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5435 |
|
5436 * general/num2str.m: Don't specify field width for scalars. |
|
5437 |
4292
|
5438 2003-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5439 |
|
5440 * Makefile.in (DISTFILES): Don't forget mkpkgadd. |
|
5441 |
4265
|
5442 2003-01-03 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5443 |
4279
|
5444 * gethelp.cc: Define __USE_STD_IOSTREAM if using Compaq C++. |
|
5445 |
4266
|
5446 * miscellaneous/tempname.m: New file. |
|
5447 |
|
5448 * miscellaneous/tempdir.m: New file. |
|
5449 |
4265
|
5450 * miscellaneous/fullfile.m: New file. |
|
5451 |
4259
|
5452 2003-01-02 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5453 |
4264
|
5454 * miscellaneous/fileparts.m: New file. |
|
5455 |
|
5456 * io/beep.m: New file. |
|
5457 |
4260
|
5458 * plot/__pltopt1__.m: Call undo_string_escapes for title part of |
|
5459 format only. |
4259
|
5460 |
4257
|
5461 2003-01-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5462 |
|
5463 * strings/strcmp.m: Handle cell arrays of strings. |
|
5464 |
4229
|
5465 2002-12-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5466 |
|
5467 * general/int2str.m: Handle matrices. |
|
5468 * general/num2str.m: Likewise. |
|
5469 Also handle optional precision, and format args. |
|
5470 |
4225
|
5471 2002-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5472 |
|
5473 * audio/Makefile.in, control/base/Makefile.in, |
|
5474 control/hinf/Makefile.in, control/obsolete/Makefile.in, |
|
5475 control/system/Makefile.in, elfun/Makefile.in, |
|
5476 finance/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
5477 io/Makefile.in, linear-algebra/Makefile.in, |
|
5478 miscellaneous/Makefile.in, polynomial/Makefile.in, |
|
5479 quaternion/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
5480 specfun/Makefile.in, special-matrix/Makefile.in, |
|
5481 statistics/base/Makefile.in, statistics/distributions/Makefile.in, |
|
5482 statistics/models/Makefile.in, statistics/tests/Makefile.in, |
|
5483 strings/Makefile.in, time/Makefile.in, plot/Makefile.in, |
|
5484 deprecated/Makefile.in: Use new do-script-install and |
|
5485 do-script-uninstall macros. |
|
5486 |
|
5487 * mkpkgadd: New script. |
|
5488 |
|
5489 * plot/close.m: New file. |
|
5490 |
4184
|
5491 2002-11-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5492 |
|
5493 * image/image.m: Use -raw option for xv. |
|
5494 From Remy Bruno <remy.bruno@libertysurf.fr> |
|
5495 |
4172
|
5496 2002-11-12 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5497 |
4174
|
5498 * control/base/lsim.m: Use approximate test for step size change. |
|
5499 |
4172
|
5500 * signal/bartlett.m: Avoid row/column mismatch error. |
|
5501 |
5095
|
5502 2002-11-12 Paul Kienzle <pkienzle@users.sf.net> |
4171
|
5503 |
|
5504 * statistics/base/var.m: Use better formula for improved accuracy. |
|
5505 |
5095
|
5506 2002-11-04 Nicholas Piper <nick-octave@nickpiper.co.uk> |
4150
|
5507 |
|
5508 * control/base/lsim.m: Correct doc string. |
|
5509 |
5095
|
5510 2002-11-04 A S Hodel <a.s.hodel@Eng.Auburn.EDU> |
4150
|
5511 |
|
5512 * control/system/syssub.m: Call tf2sys with Gnum-Hnum, not Gnum+Hnum. |
|
5513 |
4148
|
5514 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5515 |
|
5516 * plot/contour.m: Handle x and y as matrices too. |
|
5517 |
5095
|
5518 2002-11-01 Joseph P. Skudlarek <jskud@jskud.com> |
4148
|
5519 |
|
5520 * plot/contour.m: Fix error and usage messages. |
|
5521 |
4146
|
5522 2002-11-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5523 |
|
5524 * plot/contour.m: Correct orientation of plot. |
|
5525 |
4139
|
5526 2002-10-31 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5527 |
|
5528 * control/base/analdemo.m: Fix typo. |
|
5529 |
5095
|
5530 2002-10-31 Francesco Potorti` <pot@gnu.org> |
4137
|
5531 |
|
5532 * statistics/distributions/discrete_pdf.m: Fix typo. |
|
5533 |
4098
|
5534 2002-10-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5535 |
|
5536 * mkdoc: Exit immediately on errors. |
|
5537 Exit with error if gethelp does not exist. |
|
5538 |
|
5539 * Makefile.in: Use $(BUILD_EXEEXT) as appropriate. |
|
5540 |
4093
|
5541 2002-10-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5542 |
|
5543 * Makefile.in (gethelp): Use $(BUILD_CXX), not $(CXX). |
|
5544 |
5095
|
5545 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4079
|
5546 |
|
5547 * statistics/distributions/normal_cdf.m: Handle variance == 0. |
|
5548 * statistics/distributions/normal_pdf.m: Likewise. |
|
5549 * statistics/distributions/normal_inv.m: Likewise. |
|
5550 |
5095
|
5551 2002-09-27 Paul Kienzle <pkienzle@users.sf.net> |
4077
|
5552 |
|
5553 * specfun/erfinv.m: Return NaN for NaN inputs. |
|
5554 |
5095
|
5555 2002-09-26 Jeff Cunningham <jeffrey@cunningham.net> |
4068
|
5556 |
|
5557 * statistics/base/var.m: Handle complex values. |
|
5558 |
4031
|
5559 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5560 |
|
5561 * configure.in (AC_CONFIG_FILES): Add deprecated/Makefile to the |
|
5562 list. |
|
5563 * deprecated/Makefile.in: New file. |
|
5564 |
5095
|
5565 2002-08-09 Paul Kienzle <pkienzle@users.sf.net> |
4031
|
5566 |
|
5567 * statistics/distributions/beta_cdf.m: Replace betai with betainc. |
|
5568 * statistics/distributions/binomial_cdf.m: Likewise. |
|
5569 * statistics/distributions/f_cdf.m: Likewise. |
|
5570 * statistics/distributions/t_cdf.m: Likewise. |
|
5571 |
|
5572 * miscellaneous/bincoeff.m: Replace lgamma with gammaln. |
|
5573 * specfun/beta.m: Likewise. |
|
5574 * special-matrix/invhilb.m: Likewise (but it is only in a comment). |
|
5575 * statistics/distributions/gamma_pdf.m: Likewise. |
|
5576 * statistics/distributions/poisson_pdf.m: Likewise. |
|
5577 |
|
5578 * statistics/distributions/gamma_cdf.m: replace gammai with gammainc |
|
5579 * statistics/distributions/poisson_cdf.m: Likewise. |
|
5580 |
4026
|
5581 2002-08-09 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5582 |
4028
|
5583 * deprecated/is_bool.m: New file. |
|
5584 * deprecated/is_complex.m: New file. |
|
5585 * deprecated/is_global.m: New file. |
|
5586 * deprecated/is_list.m: New file. |
|
5587 * deprecated/is_matrix.m: New file. |
|
5588 * deprecated/is_scalar.m: New file. |
|
5589 * deprecated/is_square.m: New file. |
|
5590 * deprecated/is_stream.m: New file. |
|
5591 * deprecated/is_struct.m: New file. |
|
5592 * deprecated/is_symmetric.m: New file. |
|
5593 * deprecated/is_vector.m: New file. |
4030
|
5594 * Change all callers of these functions to use the new names. |
4028
|
5595 |
4029
|
5596 * deprecated: New directory. |
|
5597 * Makefile.in (SUBDIRS): Add it to the list. |
|
5598 |
4026
|
5599 * general/isscalar.m: Rename from is_scalar.m. |
|
5600 * general/issquare.m: Rename from is_square.m. |
|
5601 * general/issymmetric.m: Rename from is_symmetric.m. |
|
5602 * general/isvector.m: Rename from is_vector.m. |
|
5603 |
4022
|
5604 2002-08-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5605 |
|
5606 * statistics/base/mean.m: Allow empty matrices. |
|
5607 Handle DIM arg. |
|
5608 |
5095
|
5609 2002-08-05 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4020
|
5610 |
|
5611 * plot/__errcomm__.m: If format is not specified, default to error |
|
5612 bar format. |
|
5613 |
4011
|
5614 2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5615 |
|
5616 * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not |
|
5617 __F_SETFL__ and __O_NONBLOCK__. |
|
5618 |
|
5619 * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. |
|
5620 * miscellaneous/bug_report.m: Likewise. |
|
5621 |
4007
|
5622 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5623 |
4008
|
5624 * general/mod.m: Use isreal (x), not any (any (imag (x))). |
|
5625 * general/rem.m: Likewise. |
|
5626 |
|
5627 * plot/loglogerr.m: Use varargin instead of old style varargs. |
|
5628 * plot/semilogxerr.m: Likewise. |
4007
|
5629 * plot/semilogyerr.m: Likewise. |
|
5630 |
5095
|
5631 2002-07-25 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
4006
|
5632 |
|
5633 * plot/__errcomm__.m: New file. Common functionality for error plots. |
|
5634 * plot/loglogerr.m: New file. Double logarithm plots with errorbars. |
|
5635 * plot/semilogxerr.m: New file. Semilogarithm plots with errorbars. |
|
5636 * plot/semilogyerr.m: New file. Semilogarithm plots with errorbars |
|
5637 |
|
5638 * plot/errorbar.m: Use __errcomm__.m. |
|
5639 * plot/__errplot__.m: Minor cleanups. |
|
5640 * plot/__pltopt__.m: Handle boxxyerrorbars plot style. |
|
5641 * plot/__pltopt1__.m: Likewise. |
|
5642 |
3980
|
5643 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5644 |
3981
|
5645 * general/rem.m: Delete redundant call to usage. |
|
5646 |
3980
|
5647 * general/mod.m: Additional error checks, Texinfoize doc string. |
|
5648 |
5095
|
5649 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3980
|
5650 |
|
5651 * general/mod.m: New function. |
|
5652 |
3979
|
5653 2002-07-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5654 |
|
5655 * control/system/sysmult.m: Use varargin instead of old style varargs. |
|
5656 * control/system/sysadd.m: Likewise. |
|
5657 * control/system/sysgroup.m: Likewise. |
|
5658 * control/system/syssub.m: Likewise. |
|
5659 * elfun/gcd.m: Likewise. |
|
5660 * elfun/lcm.m: Likewise. |
|
5661 * general/common_size.m: Likewise. |
|
5662 * io/printf.m: Likewise. |
|
5663 * miscellaneous/menu.m: Likewise. |
|
5664 * miscellaneous/path.m: Likewise. |
|
5665 * plot/__errplot__.m: Likewise. |
|
5666 * plot/__plt__.m: Likewise. |
|
5667 * plot/axis.m: Likewise. |
|
5668 * plot/errorbar.m: Likewise. |
|
5669 * plot/mplot.m: Likewise. |
|
5670 * plot/loglog.m: Likewise. |
|
5671 * plot/plot.m: Likewise. |
|
5672 * plot/plot_border.m: Likewise. |
|
5673 * plot/semilogx.m: Likewise. |
|
5674 * plot/semilogy.m: Likewise. |
|
5675 * plot/xlabel.m: Likewise. |
|
5676 * plot/ylabel.m: Likewise. |
|
5677 * plot/zlabel.m: Likewise. |
|
5678 * statistics/base/ppplot.m: Likewise. |
|
5679 * statistics/base/qqplot.m: Likewise. |
|
5680 * statistics/tests/bartlett_test.m: Likewise. |
|
5681 * statistics/tests/kolmogorov_smirnov_test.m: Likewise. |
|
5682 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
5683 * strings/str2mat.m: Likewise. |
|
5684 * strings/strcat.m: Likewise. |
|
5685 |
5095
|
5686 2002-06-27 Paul Kienzle <pkienzle@jazz.ncnr.nist.gov> |
3962
|
5687 |
|
5688 * statistics/distributions/gamma_pdf.m: Avoid overflow in more cases. |
|
5689 |
3924
|
5690 2002-05-01 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5691 |
|
5692 * skip-autoheader: New file, for autogen.sh. |
3925
|
5693 * Makefile.in (DISTFILES): Add it to the list. |
3924
|
5694 |
5095
|
5695 2002-04-29 Paul Kienzle <pkienzle@users.sf.net> |
3914
|
5696 |
|
5697 * general/repmat.m: New function. |
|
5698 |
5095
|
5699 2002-04-25 Paul Kienzle <pkienzle@users.sf.net> |
3911
|
5700 |
|
5701 * audio/lin2mu.m: Accept matrices and [-1,1] normalized audio. |
|
5702 Use optional parameter to specify the number of bits in the input. |
|
5703 * audio/mu2lin.m: Accept matrices, return n-bit integers or |
|
5704 floats in the range [-1,1], 2x speedup. |
|
5705 |
|
5706 * strings/index.m, strings/rindex.m: Vectorize for speed. |
|
5707 |
3910
|
5708 2002-04-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5709 |
|
5710 * linear-algebra/kron.m: Delete. |
|
5711 |
5095
|
5712 2002-04-24 Paul Kienzle <pkienzle@users.sf.net> |
3907
|
5713 |
|
5714 * signal/freqz.m: If nargout is zero, plot results instead of |
|
5715 returning them. |
|
5716 * signal/freqz_plot.m: New file. |
|
5717 |
5095
|
5718 2002-04-24 Bill Lash <lash@tellabs.com> |
3906
|
5719 |
5378
|
5720 * signal/unwrap.m: New file. |
3906
|
5721 |
5095
|
5722 2002-04-23 Paul Kienzle <pkienzle@users.sf.net> |
3904
|
5723 |
|
5724 * image/rgb2hsv.m: Faster, more accurate, remove the |
|
5725 divide by zero warning. |
|
5726 |
5095
|
5727 2002-04-09 Paul Kienzle <pkienzle@users.sf.net> |
3893
|
5728 |
3894
|
5729 * strings/deblank.m: Trim \0 as well as blank. |
|
5730 |
5378
|
5731 * freqz.m: Evaluate a specific range of frequencies |
3893
|
5732 expressed in radians or Hz relative to a supplied sample rate. |
|
5733 |
5095
|
5734 2002-04-04 Paul Kienzle <pkienzle@users.sf.net> |
3890
|
5735 |
|
5736 * signal/fftfilt.m: Filter columns if called with a matrix. |
|
5737 |
3891
|
5738 * strings/findstr.m: Vectorize as much as possible. |
|
5739 |
5095
|
5740 2002-04-04 Dirk Laurie <dirk@calvyn.puk.ac.za> |
3889
|
5741 |
|
5742 * special-matrix/invhilb.m: New version that is faster and more |
|
5743 accurate. |
|
5744 |
5095
|
5745 2002-04-03 Steven G. Johnson <stevenj@alum.mit.edu> |
3887
|
5746 |
|
5747 * configure.in: Update for autoconf 2.5x. |
|
5748 |
5095
|
5749 2002-04-03 Paul Kienzle <pkienzle@users.sf.net> |
3885
|
5750 |
|
5751 * special-matrix/vander.m: Code tidy and vectorize. |
|
5752 |
5095
|
5753 2002-04-02 Paul Kienzle <pkienzle@users.sf.net> |
3882
|
5754 |
3883
|
5755 * linear-algebra/cross.m: Accept nx3 and 3xn matrices, in addition |
|
5756 to vectors. Issue a warning in the case x matches y' but return a |
|
5757 column vector as Octave currently does. |
|
5758 |
3882
|
5759 * plot/contour.m: Set default number of levels for contour(x,y,z). |
|
5760 |
|
5761 * control/system/starp.m: Leave more of the documentation |
|
5762 processing to texinfo and less to the @format block. |
|
5763 |
|
5764 * image/imagesc.m: Only display image if no output is requested. |
|
5765 Code tidying. |
|
5766 |
3876
|
5767 2002-03-07 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5768 |
|
5769 * statistics/base/center.m: Accept and return empty matrix. |
|
5770 |
3872
|
5771 2002-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5772 |
|
5773 * specfun/erfinv.m: Fix usage message. |
|
5774 |
3869
|
5775 2002-02-08 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5776 |
|
5777 * elfun/coth.m: Use 1 ./ tanh(z) instead of cosh(z) ./ sinh(z). |
|
5778 From "Michael O'Brien" <mobrien@kento.unm.edu>. |
|
5779 |
3837
|
5780 2001-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5781 |
|
5782 * statistics/distributions/discrete_cdf.m: Downcase incorrectly |
|
5783 capitalized variable names. |
|
5784 |
3836
|
5785 2001-05-30 Jean-Francois Cardoso <cardoso@tsi.enst.fr> |
|
5786 |
|
5787 * m/image/saveimage.m: fix saving an image to Postscript format. |
|
5788 |
5095
|
5789 2001-04-18 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3814
|
5790 |
|
5791 * control/system/is_stabilizable.m: Pass a to sys2ss, not sys. |
|
5792 |
3803
|
5793 2001-02-28 Kai Habel <kai.habel@gmx.de> |
|
5794 |
3833
|
5795 * general/cart2pol.m: New file. |
|
5796 * general/pol2cart.m: New file. |
|
5797 * general/cart2sph.m: New file. |
|
5798 * general/sph2cart.m: New file. |
|
5799 * image/rgb2hsv.m: New file. |
|
5800 * image/hsv2rgb.m: New file. |
3803
|
5801 |
|
5802 2001-02-26 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5803 |
|
5804 * plot/meshgrid.m: Avoid for loops. |
|
5805 * plot/meshdom.m: Likewise. |
|
5806 |
3801
|
5807 2001-02-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5808 |
|
5809 * linear-algebra/norm.m: Use sqrt instead of ^0.5. |
|
5810 |
|
5811 2001-02-22 Heinz Bauschke <bauschke@cecm.sfu.ca> |
|
5812 |
|
5813 * linear-algebra/norm.m: Use more efficient method for Frobenius |
|
5814 norm. |
|
5815 |
3792
|
5816 2001-02-09 David Livings <david.livings@asa.co.uk> |
|
5817 |
|
5818 * statistics/tests/welch_test.m: Fix typo. |
|
5819 |
|
5820 * statistics/distributions/chisquare_cdf.m: |
|
5821 Don't restrict inputs to be only positive integers. |
|
5822 * statistics/distributions/chisquare_inv.m: Likewise. |
|
5823 * statistics/distributions/chisquare_pdf.m: Likewise. |
|
5824 * statistics/distributions/chisquare_rnd.m: Likewise. |
|
5825 * statistics/distributions/f_cdf.m: Likewise. |
|
5826 * statistics/distributions/f_inv.m: Likewise. |
|
5827 * statistics/distributions/f_pdf.m: Likewise. |
|
5828 * statistics/distributions/f_rnd.m: Likewise. |
|
5829 * statistics/distributions/t_cdf.m: Likewise. |
|
5830 * statistics/distributions/t_inv.m: Likewise. |
|
5831 * statistics/distributions/t_pdf.m: Likewise. |
|
5832 * statistics/distributions/t_rnd.m: Likewise. |
|
5833 |
3790
|
5834 2001-02-08 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5835 |
|
5836 * strings/dec2base.m: New file. |
|
5837 * strings/base2dec.m: New file. |
|
5838 * strings/strjust.m: New file. |
|
5839 * strings/dec2hex.m: Replace with version that just calls 2dec2base. |
|
5840 * strings/dec2bin.m: Likewise. |
|
5841 * strings/hex2dec.m: Replace with version that just calls base2dec. |
|
5842 * strings/bin2dec.m: Likewise. |
|
5843 |
5095
|
5844 2001-02-07 David Livings <david.livings@asa.co.uk> |
3787
|
5845 |
|
5846 * statistics/base/ppplot.m: Use gset, not set. |
|
5847 * statistics/base/qqplot.m: Likewise. |
|
5848 |
5095
|
5849 2001-02-05 Ondrej Popp <ondrej@geocities.com> |
3775
|
5850 |
|
5851 * control/system/c2d.m: Add missing endif. |
|
5852 |
3759
|
5853 2000-12-15 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5854 |
|
5855 * strings/index.m: Return 0 if either string is empty. |
|
5856 |
|
5857 2000-12-15 Ben Sapp <bsapp@lanl.gov> |
|
5858 |
|
5859 * control/system/c2d.m: Allow option of matched pole/zero |
|
5860 equivalent for conversion. |
|
5861 |
|
5862 2000-12-15 Matthew W. Roberts <matt@lehi.tamu.edu> |
|
5863 |
|
5864 * strings/findstr.m: Return empty matrix if search string is empty. |
|
5865 |
3757
|
5866 2000-12-15 Kai Habel <kai.habel@gmx.de> |
|
5867 |
|
5868 * saveimage.m: Do create rawbit image for black and white images, |
|
5869 but do it correctly. |
|
5870 |
3754
|
5871 2000-12-13 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5872 |
6778
|
5873 * polynomial/deconv.m: For compatibility with Matlab, don't reduce |
|
5874 result polynomials. |
3754
|
5875 |
3748
|
5876 2000-12-07 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5877 |
|
5878 * image/saveimage.m: Don't try to create rawbit image. |
|
5879 |
3740
|
5880 2000-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5881 |
|
5882 * Makefile.in (bin-dist): Pass -C to $(MAKE), not -c. |
|
5883 |
5095
|
5884 2000-11-16 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3737
|
5885 |
|
5886 * plot/contour.m: Reorder args for Matlab compatibility. |
|
5887 |
3727
|
5888 2000-10-27 Mats Jansson <mats.e.jansson@home.se> |
|
5889 |
|
5890 * set/create_set.m: Avoid empty matrix in matrix list warning. |
|
5891 |
3717
|
5892 2000-09-08 Teemu Ikonen <tpikonen@pcu.helsinki.fi> |
|
5893 |
3718
|
5894 * plot/errorbar.m, plot/__errplot__.m: New functions. |
|
5895 |
3717
|
5896 * plot/mesh.m: Also set nologscale before plotting. |
|
5897 * plot/__pltopt1__.m: Handle xerrorbars, yerrorbars, and |
|
5898 xyerrorbars instead of just errorbars. |
|
5899 |
3714
|
5900 2000-08-25 Thomas Walter <walter@pctc.chemie.uni-erlangen.de> |
|
5901 |
|
5902 * image/image.m: Try display (from ImageMagick) first. |
|
5903 |
3709
|
5904 2000-08-01 Rolf Fabian <fabian@tu-cottbus.de> |
|
5905 |
|
5906 * plot/meshgrid.m: Use transpose to reorient vectors, not complex |
|
5907 conjugate transpose. |
|
5908 |
3705
|
5909 2000-07-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5910 |
|
5911 * strings/str2mat.m: Apply setstr to each argument. |
|
5912 |
3696
|
5913 2000-07-17 Gabriele Pannocchia <pannocchia@ing.unipi.it> |
|
5914 |
|
5915 * control/base/dkalman.m: New file. |
|
5916 * control/base/dlqe.m: Handle singular A matrix. |
|
5917 * control/base/dlqr.m: Likewise. |
|
5918 |
3695
|
5919 2000-07-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5920 |
|
5921 * strings/strcmp.m: Return 0 instead of an error if row and column |
|
5922 dimensions don't match. |
|
5923 |
3690
|
5924 2000-06-30 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
|
5925 |
|
5926 * plot/hist.m: Allow 3 argument form to work. |
|
5927 |
5095
|
5928 2000-06-27 Matthew W. Roberts <matt@lehi.tamu.edu> |
3683
|
5929 |
|
5930 * plot/plot.m: Add examples in doc string. |
|
5931 |
5095
|
5932 2000-06-08 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3679
|
5933 |
|
5934 * control/base/__stepimp__.m: Reset multiplot state when done. |
|
5935 Do the right thing even if automatic_replot is not zero. |
|
5936 Avoid failure if system has pure imaginary poles. |
|
5937 |
3674
|
5938 2000-06-06 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5939 |
|
5940 * general/logical.m: Return arg if it is empty. Better error |
|
5941 message for non-numeric types. |
|
5942 |
5095
|
5943 2000-05-31 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3672
|
5944 |
|
5945 * control/base/dlqe.m: Update documentation. Fix typo. Warn |
|
5946 about difference with Matlab dlqe function. |
|
5947 |
|
5948 * control/system/sysmult.m: Fix typo in argument dimensions checking. |
|
5949 |
5095
|
5950 2000-05-24 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3670
|
5951 |
|
5952 * strings/strrep.m: Fix typo. |
|
5953 |
3666
|
5954 2000-05-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5955 |
|
5956 * strings/strrep.m: Don't transpose result for case of jump > 0. |
|
5957 |
5095
|
5958 2000-05-13 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3666
|
5959 |
|
5960 * strings/strrep.m: Avoid for loop for speed. |
3667
|
5961 * plot/axis.m: Handle string options for Matlab compatibility. |
3666
|
5962 |
5095
|
5963 2000-04-04 John Smith <john@arrows.demon.co.uk> |
3656
|
5964 |
|
5965 * statistics/distributions/beta_inv.m: Provide better(?) initial |
|
5966 guess for iteration. |
|
5967 |
3651
|
5968 2000-03-31 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
|
5969 |
|
5970 * image/image.m: Allow image (A) or image (x, y, A). |
|
5971 * image/imagesc.m: Likewise. |
|
5972 |
|
5973 * image/image.m: If zoom is not supplied, or if it is an empty |
|
5974 matrix, autoscale the image. |
|
5975 |
3618
|
5976 2000-03-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
5977 |
3619
|
5978 * plot/title.m, plot/bottom_title.m, plot/top_title.m: |
|
5979 Undo string escapes in text twice(!) before sending to gnuplot. |
|
5980 |
3618
|
5981 * image/saveimage.m: Add comment to file saying who created it and |
|
5982 when it was created. Suggested by Stephen Eglen |
|
5983 <stephen@cogsci.ed.ac.uk>. |
|
5984 |
5095
|
5985 2000-03-21 Paul Kienzle <pkienzle@kienzle.powernet.co.uk> |
3617
|
5986 |
|
5987 * polynomial/polyreduce.m: Simplify by looking for the first |
|
5988 non-zero element rather than the last of the first set of zero |
|
5989 elements. |
|
5990 |
|
5991 * plot/__pltopt1__.m: Accept "--", "-.", and ":" line styles. |
|
5992 |
5095
|
5993 2000-03-21 Kai Habel <kahacjde@calvados.zrz.TU-Berlin.DE> |
3616
|
5994 |
|
5995 * image/saveimage.m: Swap black and white colormaps so zero is |
|
5996 displayed as black and 1 is displayed as white. |
|
5997 Fix indexing bug in ppm case. |
|
5998 |
3604
|
5999 2000-03-06 Stephen Eglen <stephen@anc.ed.ac.uk> |
|
6000 |
|
6001 * statistics/tests/kolmogorov_smirnov_test_2.m: Account for ties |
|
6002 between the two distributions (took same approach as ks.test() in R.) |
|
6003 |
3603
|
6004 2000-02-29 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6005 |
|
6006 * control/base/bode.m: Temporarily disable automatic_replot. |
|
6007 |
3599
|
6008 2000-02-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6009 |
3601
|
6010 * Makefile.in (clean): Also remove gethelp. |
|
6011 |
3599
|
6012 * specfun/erfinv.m: Use z_new in convergence test, not z_old. |
|
6013 |
5095
|
6014 2000-02-11 Georg Thimm <mgeorg@SGraphicsWS1.mpe.ntu.edu.sg> |
3597
|
6015 |
|
6016 * set/create_set.m: Use find to avoid while loop. |
|
6017 |
5095
|
6018 2000-02-11 Stephen Eglen <stephen@cogsci.ed.ac.uk> |
3597
|
6019 |
|
6020 * plot/hist.m: New optional third argument. |
|
6021 |
|
6022 2000-02-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6023 |
|
6024 * miscellaneous/bug_report.m: Use octave-bug script with version |
|
6025 number appended. |
|
6026 |
3575
|
6027 2000-02-04 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6028 |
|
6029 * gethelp.cc: Sprinkle with std:: qualifier. |
|
6030 |
3498
|
6031 2000-01-30 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6032 |
|
6033 * image/saveimage.m: Delete some debugging code. |
|
6034 |
3486
|
6035 2000-01-27 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6036 |
|
6037 * signal/sinc.m: Avoid reshaping. |
|
6038 |
|
6039 * image/rgb2ind.m: No longer needs to reset do_fortran_indexing. |
|
6040 * image/ind2rgb.m: Ditto. |
|
6041 * image/ind2gray.m: Ditto. |
|
6042 * general/reshape.m: Ditto. Also no longer needs to reset |
|
6043 implicit_str_to_num_ok. |
|
6044 |
3483
|
6045 2000-01-26 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6046 |
|
6047 * miscellaneous/popen2.m: Deal with the fact that pipe now returns |
|
6048 a list of file structures, not a vector of numeric file ids. |
|
6049 |
3474
|
6050 2000-01-25 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6051 |
3476
|
6052 * plot/__axis_label__.m: New function. |
|
6053 Undo string escapes in text twice(!) before sending to gnuplot. |
|
6054 * plot/xlabel.m: Use it. |
|
6055 * plot/ylabel.m: Ditto. |
|
6056 * plot/zlabel.m: Ditto. |
|
6057 |
3474
|
6058 * plot/mesh.m: Fix error message to reflect reality. |
|
6059 |
5095
|
6060 2000-01-24 Cyril Humbert <humbert@phobos.univ-mlv.fr> |
3473
|
6061 |
|
6062 * statistics/distributions/weibull_pdf.m: Use correct formula. |
|
6063 |
5095
|
6064 2000-01-22 Michael Reifenberger <mike@Plaut.de> |
3471
|
6065 |
|
6066 * audio/saveaudio.m: Also accept files with .ul extension. |
|
6067 * audio/loadaudio.m: Ditto. |
|
6068 * audio/playaudio.m: Ditto. |
|
6069 |
3456
|
6070 2000-01-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6071 |
|
6072 * statistics/distributions/beta_cdf.m: Texinfoize doc string. |
|
6073 * statistics/distributions/beta_inv.m: Ditto. |
|
6074 * statistics/distributions/beta_pdf.m: Ditto. |
|
6075 * statistics/distributions/beta_rnd.m: Ditto. |
|
6076 * statistics/distributions/binomial_cdf.m: Ditto. |
|
6077 * statistics/distributions/binomial_inv.m: Ditto. |
|
6078 * statistics/distributions/binomial_pdf.m: Ditto. |
|
6079 * statistics/distributions/binomial_rnd.m: Ditto. |
|
6080 * statistics/distributions/cauchy_cdf.m: Ditto. |
|
6081 * statistics/distributions/cauchy_inv.m: Ditto. |
|
6082 * statistics/distributions/cauchy_pdf.m: Ditto. |
|
6083 * statistics/distributions/cauchy_rnd.m: Ditto. |
|
6084 * statistics/distributions/chisquare_cdf.m: Ditto. |
|
6085 * statistics/distributions/chisquare_inv.m: Ditto. |
|
6086 * statistics/distributions/chisquare_pdf.m: Ditto. |
|
6087 * statistics/distributions/chisquare_rnd.m: Ditto. |
|
6088 * statistics/distributions/discrete_cdf.m: Ditto. |
|
6089 * statistics/distributions/discrete_inv.m: Ditto. |
|
6090 * statistics/distributions/discrete_pdf.m: Ditto. |
|
6091 * statistics/distributions/discrete_rnd.m: Ditto. |
|
6092 * statistics/distributions/empirical_cdf.m: Ditto. |
|
6093 * statistics/distributions/empirical_inv.m: Ditto. |
|
6094 * statistics/distributions/empirical_pdf.m: Ditto. |
|
6095 * statistics/distributions/empirical_rnd.m: Ditto. |
|
6096 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6097 * statistics/distributions/exponential_inv.m: Ditto. |
|
6098 * statistics/distributions/exponential_pdf.m: Ditto. |
|
6099 * statistics/distributions/exponential_rnd.m: Ditto. |
|
6100 * statistics/distributions/f_cdf.m: Ditto. |
|
6101 * statistics/distributions/f_inv.m: Ditto. |
|
6102 * statistics/distributions/f_pdf.m: Ditto. |
|
6103 * statistics/distributions/f_rnd.m: Ditto. |
|
6104 * statistics/distributions/gamma_cdf.m: Ditto. |
|
6105 * statistics/distributions/gamma_inv.m: Ditto. |
|
6106 * statistics/distributions/gamma_pdf.m: Ditto. |
|
6107 * statistics/distributions/gamma_rnd.m: Ditto. |
|
6108 * statistics/distributions/geometric_cdf.m: Ditto. |
|
6109 * statistics/distributions/geometric_inv.m: Ditto. |
|
6110 * statistics/distributions/geometric_pdf.m: Ditto. |
|
6111 * statistics/distributions/geometric_rnd.m: Ditto. |
|
6112 * statistics/distributions/hypergeometric_cdf.m: Ditto. |
|
6113 * statistics/distributions/hypergeometric_inv.m: Ditto. |
|
6114 * statistics/distributions/hypergeometric_pdf.m: Ditto. |
|
6115 * statistics/distributions/hypergeometric_rnd.m: Ditto. |
|
6116 * statistics/distributions/kolmogorov_smirnov_cdf.m: Ditto. |
|
6117 * statistics/distributions/laplace_cdf.m: Ditto. |
|
6118 * statistics/distributions/laplace_inv.m: Ditto. |
|
6119 * statistics/distributions/laplace_pdf.m: Ditto. |
|
6120 * statistics/distributions/laplace_rnd.m: Ditto. |
|
6121 * statistics/distributions/logistic_cdf.m: Ditto. |
|
6122 * statistics/distributions/logistic_inv.m: Ditto. |
|
6123 * statistics/distributions/logistic_pdf.m: Ditto. |
|
6124 * statistics/distributions/logistic_rnd.m: Ditto. |
|
6125 * statistics/distributions/lognormal_cdf.m: Ditto. |
|
6126 * statistics/distributions/lognormal_inv.m: Ditto. |
|
6127 * statistics/distributions/lognormal_pdf.m: Ditto. |
|
6128 * statistics/distributions/lognormal_rnd.m: Ditto. |
|
6129 * statistics/distributions/normal_cdf.m: Ditto. |
|
6130 * statistics/distributions/normal_inv.m: Ditto. |
|
6131 * statistics/distributions/normal_pdf.m: Ditto. |
|
6132 * statistics/distributions/normal_rnd.m: Ditto. |
|
6133 * statistics/distributions/pascal_cdf.m: Ditto. |
|
6134 * statistics/distributions/pascal_inv.m: Ditto. |
|
6135 * statistics/distributions/pascal_pdf.m: Ditto. |
|
6136 * statistics/distributions/pascal_rnd.m: Ditto. |
|
6137 * statistics/distributions/poisson_cdf.m: Ditto. |
|
6138 * statistics/distributions/poisson_inv.m: Ditto. |
|
6139 * statistics/distributions/poisson_pdf.m: Ditto. |
|
6140 * statistics/distributions/poisson_rnd.m: Ditto. |
|
6141 * statistics/distributions/stdnormal_cdf.m: Ditto. |
|
6142 * statistics/distributions/stdnormal_inv.m: Ditto. |
|
6143 * statistics/distributions/stdnormal_pdf.m: Ditto. |
|
6144 * statistics/distributions/stdnormal_rnd.m: Ditto. |
|
6145 * statistics/distributions/t_cdf.m: Ditto. |
|
6146 * statistics/distributions/t_inv.m: Ditto. |
|
6147 * statistics/distributions/t_pdf.m: Ditto. |
|
6148 * statistics/distributions/t_rnd.m: Ditto. |
|
6149 * statistics/distributions/uniform_cdf.m: Ditto. |
|
6150 * statistics/distributions/uniform_inv.m: Ditto. |
|
6151 * statistics/distributions/uniform_pdf.m: Ditto. |
|
6152 * statistics/distributions/uniform_rnd.m: Ditto. |
|
6153 * statistics/distributions/weibull_cdf.m: Ditto. |
|
6154 * statistics/distributions/weibull_inv.m: Ditto. |
|
6155 * statistics/distributions/weibull_pdf.m: Ditto. |
|
6156 * statistics/distributions/weibull_rnd.m: Ditto. |
|
6157 * statistics/distributions/wiener_rnd.m: Ditto. |
|
6158 |
3453
|
6159 2000-01-18 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6160 |
|
6161 * statistics/base/values.m: Texinfoize doc string. |
|
6162 * statistics/base/var.m: Ditto. |
|
6163 * statistics/base/table.m: Ditto. |
|
6164 * statistics/base/studentize.m: Ditto. |
|
6165 * statistics/base/statistics.m: Ditto. |
|
6166 * statistics/base/spearman.m: Ditto. |
|
6167 * statistics/base/run_count.m: Ditto. |
|
6168 * statistics/base/ranks.m: Ditto. |
|
6169 * statistics/base/range.m: Ditto. |
|
6170 * statistics/base/qqplot.m: Ditto. |
|
6171 * statistics/base/probit.m: Ditto. |
|
6172 * statistics/base/ppplot.m: Ditto. |
|
6173 * statistics/base/moment.m: Ditto. |
|
6174 * statistics/base/meansq.m: Ditto. |
|
6175 * statistics/base/logit.m: Ditto. |
|
6176 * statistics/base/kendall.m: Ditto. |
|
6177 * statistics/base/iqr.m: Ditto. |
|
6178 * statistics/base/cut.m: Ditto. |
|
6179 * statistics/base/cor.m: Ditto. |
|
6180 * statistics/base/cloglog.m: Ditto. |
|
6181 * statistics/base/center.m: Ditto. |
3454
|
6182 * statistics/models/logistic_regression.m: Ditto. |
|
6183 * statistics/models/logistic_regression_derivative.m: Ditto. |
|
6184 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
6185 * statistics/tests/anova.m: Ditto. |
|
6186 * statistics/tests/bartlett_test.m: Ditto. |
|
6187 * statistics/tests/chisquare_test_homogeneity.m: Ditto. |
|
6188 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
6189 * statistics/tests/cor_test.m: Ditto. |
|
6190 * statistics/tests/f_test_regression.m: Ditto. |
|
6191 * statistics/tests/hotelling_test.m: Ditto. |
|
6192 * statistics/tests/hotelling_test_2.m: Ditto. |
|
6193 * statistics/tests/kolmogorov_smirnov_test.m: Ditto. |
|
6194 * statistics/tests/kolmogorov_smirnov_test_2.m: Ditto. |
|
6195 * statistics/tests/kruskal_wallis_test.m: Ditto. |
|
6196 * statistics/tests/manova.m: Ditto. |
|
6197 * statistics/tests/mcnemar_test.m: Ditto. |
|
6198 * statistics/tests/prop_test_2.m: Ditto. |
|
6199 * statistics/tests/run_test.m: Ditto. |
|
6200 * statistics/tests/sign_test.m: Ditto. |
|
6201 * statistics/tests/t_test.m: Ditto. |
|
6202 * statistics/tests/t_test_2.m: Ditto. |
|
6203 * statistics/tests/t_test_regression.m: Ditto. |
|
6204 * statistics/tests/u_test.m: Ditto. |
|
6205 * statistics/tests/var_test.m: Ditto. |
|
6206 * statistics/tests/welch_test.m: Ditto. |
|
6207 * statistics/tests/wilcoxon_test.m: Ditto. |
|
6208 * statistics/tests/z_test.m: Ditto. |
|
6209 * statistics/tests/z_test_2.m: Ditto. |
3453
|
6210 |
3446
|
6211 2000-01-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6212 |
|
6213 * strings/bin2dec.m: Texinfoize doc string. |
3449
|
6214 * plot/__plr1__.m: Ditto. |
|
6215 * plot/__pltopt__.m: Ditto. |
|
6216 * plot/__plt__.m: Ditto. |
|
6217 * plot/__plt2vv__.m: Ditto. |
|
6218 * plot/__plr2__.m: Ditto. |
|
6219 * plot/__plr__.m: Ditto. |
|
6220 * plot/__plt1__.m: Ditto. |
|
6221 * plot/__plt2__.m: Ditto. |
|
6222 * plot/__plt2mm__.m: Ditto. |
|
6223 * plot/__plt2mv__.m: Ditto. |
|
6224 * plot/__plt2ss__.m: Ditto. |
|
6225 * miscellaneous/paren.m: Ditto. |
|
6226 * miscellaneous/comma.m: Ditto. |
|
6227 * miscellaneous/semicolon.m: Ditto. |
|
6228 * miscellaneous/path.m: Ditto. |
|
6229 * miscellaneous/list_primes.m: Ditto. |
|
6230 * miscellaneous/flops.m: Ditto. |
|
6231 * miscellaneous/dump_prefs.m: Ditto. |
|
6232 * miscellaneous/bug_report.m: Ditto. |
|
6233 * linear-algebra/dot.m: Ditto |
|
6234 * linear-algebra/dmult.m: Ditto. |
|
6235 * general/randperm.m: Ditto. |
|
6236 * general/logical.m: Ditto. |
|
6237 * general/is_duplicate_entry.m: Ditto. |
|
6238 * signal/arch_fit.m: Ditto. |
|
6239 * signal/arch_rnd.m: Ditto. |
|
6240 * signal/arch_test.m: Ditto. |
|
6241 * signal/arma_rnd.m: Ditto. |
|
6242 * signal/autocor.m: Ditto. |
|
6243 * signal/autocov.m: Ditto. |
|
6244 * signal/autoreg_matrix.m: Ditto. |
|
6245 * signal/bartlett.m: Ditto. |
|
6246 * signal/blackman.m: Ditto. |
|
6247 * signal/detrend.m: Ditto. |
|
6248 * signal/diffpara.m: Ditto. |
|
6249 * signal/durbinlevinson.m: Ditto. |
|
6250 * signal/fftconv.m: Ditto. |
|
6251 * signal/fftfilt.m: Ditto. |
|
6252 * signal/fftshift.m: Ditto. |
|
6253 * signal/fractdiff.m: Ditto. |
|
6254 * signal/freqz.m: Ditto. |
|
6255 * signal/hamming.m: Ditto. |
|
6256 * signal/hanning.m: Ditto. |
|
6257 * signal/hurst.m: Ditto. |
|
6258 * signal/periodogram.m: Ditto. |
|
6259 * signal/rectangle_lw.m: Ditto. |
|
6260 * signal/rectangle_sw.m: Ditto. |
|
6261 * signal/sinc.m: Ditto. |
|
6262 * signal/sinetone.m: Ditto. |
|
6263 * signal/sinewave.m: Ditto. |
|
6264 * signal/spectral_adf.m: Ditto. |
|
6265 * signal/spectral_xdf.m: Ditto. |
|
6266 * signal/spencer.m: Ditto. |
|
6267 * signal/stft.m: Ditto. |
|
6268 * signal/synthesis.m: Ditto. |
|
6269 * signal/triangle_lw.m: Ditto. |
|
6270 * signal/triangle_sw.m: Ditto. |
|
6271 * signal/yulewalker.m: Ditto. |
3450
|
6272 * control/util/strappend.m: Ditto. |
3451
|
6273 * control/base/nichols.m: Ditto. |
3452
|
6274 * control/system/is_signal_list.m: Ditto. |
|
6275 * control/system/listidx.m: Ditto. |
|
6276 * control/system/sysgettsam.m: Ditto. |
|
6277 * control/system/sysidx.m: Ditto. |
3446
|
6278 |
3438
|
6279 2000-01-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6280 |
|
6281 * control/system/__abcddims__.m: Rename from |
|
6282 control/system/abcddims.m, change all callers. |
|
6283 * control/base/__bodquist__.m: Likewise. |
|
6284 * control/base/__freqresp__.m: Likewise. |
|
6285 * control/util/__outlist__.m: Likewise. |
|
6286 * control/base/__stepimp__.m: Likewise. |
|
6287 * control/system/__syschnamesl__.m: Likewise. |
|
6288 * control/system/__syscont_disc__.m: Likewise. |
|
6289 * control/system/__sysdefioname__.m: Likewise. |
|
6290 * control/system/__sysdefstname__.m: Likewise. |
|
6291 * control/system/__sysgroupn__.m: Likewise. |
|
6292 * control/system/__tf2sysl__.m: Likewise. |
|
6293 * control/util/__zgpbal__.m: Likewise. |
|
6294 * control/system/__zp2ssg2__.m: Likewise. |
3495
|
6295 |
|
6296 * quaternion/demoquat.m: Add copyright notice, Texinfoize doc string. |
3452
|
6297 * quaternion/qconj.m: Ditto. |
|
6298 * quaternion/qcoordinate_plot.m: Ditto. |
|
6299 * quaternion/qderiv.m: Ditto. |
|
6300 * quaternion/qderivmat.m: Ditto. |
|
6301 * quaternion/qinv.m: Ditto. |
|
6302 * quaternion/qmult.m: Ditto. |
|
6303 * quaternion/qtrans.m: Ditto. |
|
6304 * quaternion/qtransv.m: Ditto. |
|
6305 * quaternion/qtransvmat.m: Ditto. |
|
6306 * quaternion/quaternion.m: Ditto. |
3438
|
6307 |
3436
|
6308 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6309 |
|
6310 * control/base/Makefile.in: Ditto. |
|
6311 * control/hinf/Makefile.in: New file. |
|
6312 * control/marsyas/Makefile.in: Ditto. |
|
6313 * control/obsolete/Makefile.in: Ditto. |
|
6314 * control/system/Makefile.in: Ditto. |
|
6315 * control/util/Makefile.in: Ditto. |
|
6316 |
|
6317 * strings/com2str.m: Move here from control directory. |
|
6318 |
|
6319 * control/base: New directory. |
|
6320 * control/base/DEMOcontrol.m: Move here from control directory. |
|
6321 * control/base/analdemo.m: Ditto. |
|
6322 * control/base/are.m: Ditto. |
|
6323 * control/base/bddemo.m: Ditto. |
|
6324 * control/base/bode.m: Ditto. |
|
6325 * control/base/bode_bounds.m: Ditto. |
|
6326 * control/base/bodquist.m: Ditto. |
|
6327 * control/base/controldemo.m: Ditto. |
|
6328 * control/base/ctrb.m: Ditto. |
|
6329 * control/base/damp.m: Ditto. |
|
6330 * control/base/dare.m: Ditto. |
|
6331 * control/base/dcgain.m: Ditto. |
|
6332 * control/base/dgram.m: Ditto. |
|
6333 * control/base/dlqe.m: Ditto. |
|
6334 * control/base/dlqr.m: Ditto. |
|
6335 * control/base/dlyap.m: Ditto. |
|
6336 * control/base/dre.m: Ditto. |
|
6337 * control/base/frdemo.m: Ditto. |
|
6338 * control/base/freqchkw.m: Ditto. |
|
6339 * control/base/freqresp.m: Ditto. |
|
6340 * control/base/gram.m: Ditto. |
|
6341 * control/base/impulse.m: Ditto. |
|
6342 * control/base/lqe.m: Ditto. |
|
6343 * control/base/lqg.m: Ditto. |
|
6344 * control/base/lqr.m: Ditto. |
|
6345 * control/base/lsim.m: Ditto. |
|
6346 * control/base/ltifr.m: Ditto. |
|
6347 * control/base/lyap.m: Ditto. |
|
6348 * control/base/nichols.m: Ditto. |
|
6349 * control/base/nyquist.m: Ditto. |
|
6350 * control/base/obsv.m: Ditto. |
|
6351 * control/base/place.m: Ditto. |
|
6352 * control/base/pzmap.m: Ditto. |
|
6353 * control/base/rldemo.m: Ditto. |
|
6354 * control/base/rlocus.m: Ditto. |
|
6355 * control/base/step.m: Ditto. |
|
6356 * control/base/stepimp.m: Ditto. |
|
6357 * control/base/tzero.m: Ditto. |
|
6358 * control/base/tzero2.m: Ditto. |
|
6359 |
|
6360 * control/hinf: New directory. |
|
6361 * control/hinf/dhinfdemo.m: Move here from control directory. |
|
6362 * control/hinf/h2norm.m: Ditto. |
|
6363 * control/hinf/h2syn.m: Ditto. |
|
6364 * control/hinf/hinf_ctr.m: Ditto. |
|
6365 * control/hinf/hinfdemo.m: Ditto. |
|
6366 * control/hinf/hinfnorm.m: Ditto. |
|
6367 * control/hinf/hinfsyn.m: Ditto. |
|
6368 * control/hinf/hinfsyn_chk.m: Ditto. |
|
6369 * control/hinf/hinfsyn_ric.m: Ditto. |
|
6370 * control/hinf/wgt1o.m: Ditto. |
3441
|
6371 * control/hinf/dgkfdemo.m: Ditto. |
|
6372 * control/hinf/is_dgkf.m: Ditto. |
3436
|
6373 |
|
6374 * control/marsyas: New directory. |
|
6375 * control/marsyas/demomarsyas.m: Move here from control directory. |
|
6376 * control/marsyas/susball.m: Ditto. |
|
6377 |
|
6378 * control/obsolete/dezero.m: Move here from control directory. |
|
6379 * control/obsolete/rotg.m: Ditto. |
|
6380 |
|
6381 * control/system: New directory. |
|
6382 * control/system/abcddim.m: Move here from control directory. |
|
6383 * control/system/abcddims.m: Ditto. |
|
6384 * control/system/buildssic.m: Ditto. |
|
6385 * control/system/c2d.m: Ditto. |
|
6386 * control/system/d2c.m: Ditto. |
|
6387 * control/system/dmr2d.m: Ditto. |
|
6388 * control/system/fir2sys.m: Ditto. |
|
6389 * control/system/is_abcd.m: Ditto. |
|
6390 * control/system/is_digital.m: Ditto. |
|
6391 * control/system/is_sample.m: Ditto. |
|
6392 * control/system/is_signal_list.m: Ditto. |
|
6393 * control/system/is_siso.m: Ditto. |
3441
|
6394 * control/system/is_controllable.m: Ditto. |
|
6395 * control/system/is_detectable.m: Ditto. |
|
6396 * control/system/is_observable.m: Ditto. |
|
6397 * control/system/is_stabilizable.m: Ditto. |
|
6398 * control/system/is_stable.m: Ditto. |
3436
|
6399 * control/system/jet707.m: Ditto. |
|
6400 * control/system/listidx.m: Ditto. |
|
6401 * control/system/moddemo.m: Ditto. |
|
6402 * control/system/ord2.m: Ditto. |
|
6403 * control/system/packedform.m: Ditto. |
|
6404 * control/system/parallel.m: Ditto. |
|
6405 * control/system/ss2sys.m: Ditto. |
|
6406 * control/system/ss2tf.m: Ditto. |
|
6407 * control/system/ss2zp.m: Ditto. |
|
6408 * control/system/starp.m: Ditto. |
|
6409 * control/system/sys2fir.m: Ditto. |
|
6410 * control/system/sys2ss.m: Ditto. |
|
6411 * control/system/sys2tf.m: Ditto. |
|
6412 * control/system/sys2zp.m: Ditto. |
|
6413 * control/system/sysadd.m: Ditto. |
|
6414 * control/system/sysappend.m: Ditto. |
|
6415 * control/system/syschnamesl.m: Ditto. |
|
6416 * control/system/syschtsam.m: Ditto. |
|
6417 * control/system/sysconnect.m: Ditto. |
|
6418 * control/system/syscont.m: Ditto. |
|
6419 * control/system/syscont_disc.m: Ditto. |
|
6420 * control/system/sysdefioname.m: Ditto. |
|
6421 * control/system/sysdefstname.m: Ditto. |
|
6422 * control/system/sysdimensions.m: Ditto. |
|
6423 * control/system/sysdisc.m: Ditto. |
|
6424 * control/system/sysdup.m: Ditto. |
|
6425 * control/system/sysgetsignals.m: Ditto. |
|
6426 * control/system/sysgettsam.m: Ditto. |
|
6427 * control/system/sysgettype.m: Ditto. |
|
6428 * control/system/sysgroup.m: Ditto. |
|
6429 * control/system/sysgroupn.m: Ditto. |
|
6430 * control/system/sysidx.m: Ditto. |
|
6431 * control/system/sysmin.m: Ditto. |
|
6432 * control/system/sysmult.m: Ditto. |
|
6433 * control/system/sysout.m: Ditto. |
|
6434 * control/system/sysprune.m: Ditto. |
|
6435 * control/system/sysreorder.m: Ditto. |
|
6436 * control/system/sysrepdemo.m: Ditto. |
|
6437 * control/system/sysscale.m: Ditto. |
|
6438 * control/system/syssetsignals.m: Ditto. |
|
6439 * control/system/syssub.m: Ditto. |
|
6440 * control/system/sysupdate.m: Ditto. |
|
6441 * control/system/tf2ss.m: Ditto. |
|
6442 * control/system/tf2sys.m: Ditto. |
|
6443 * control/system/tf2sysl.m: Ditto. |
|
6444 * control/system/tf2zp.m: Ditto. |
|
6445 * control/system/tfout.m: Ditto. |
|
6446 * control/system/ugain.m: Ditto. |
|
6447 * control/system/zp2ss.m: Ditto. |
|
6448 * control/system/zp2ssg2.m: Ditto. |
|
6449 * control/system/zp2sys.m: Ditto. |
|
6450 * control/system/zp2tf.m: Ditto. |
|
6451 * control/system/zpout.m: Ditto. |
|
6452 |
|
6453 * control/util: New directory. |
|
6454 * control/util/axis2dlim.m: Move here from control directory. |
|
6455 * control/util/outlist.m: Ditto. |
|
6456 * control/util/prompt.m: Ditto. |
|
6457 * control/util/run_cmd.m: Ditto. |
|
6458 * control/util/sortcom.m: Ditto. |
|
6459 * control/util/strappend.m: Ditto. |
|
6460 * control/util/swap.m: Ditto. |
|
6461 * control/util/zgfmul.m: Ditto. |
|
6462 * control/util/zgfslv.m: Ditto. |
|
6463 * control/util/zginit.m: Ditto. |
|
6464 * control/util/zgpbal.m: Ditto. |
|
6465 * control/util/zgreduce.m: Ditto. |
|
6466 * control/util/zgrownorm.m: Ditto. |
|
6467 * control/util/zgscal.m: Ditto. |
|
6468 * control/util/zgsgiv.m: Ditto. |
|
6469 * control/util/zgshsr.m: Ditto. |
|
6470 |
3427
|
6471 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6472 |
|
6473 * gethelp.cc (extract_help_text): Discard first space character |
|
6474 after consecutive comment characters. |
|
6475 |
3422
|
6476 Thu Jan 13 00:56:57 2000 John W. Eaton <jwe@bahaha.che.wisc.edu> |
|
6477 |
|
6478 * control/obsolete: New directory |
|
6479 * control/obsolete/swaprows.m: Move here from control directory. |
3436
|
6480 * control/obsolete/swapcols.m: Ditto. |
|
6481 * control/obsolete/dlqg.m: Ditto. |
|
6482 * control/obsolete/minfo.m: Ditto. |
|
6483 * control/obsolete/packsys.m: Ditto. |
|
6484 * control/obsolete/qzval.m: Ditto. |
|
6485 * control/obsolete/unpacksys.m: Ditto. |
|
6486 * control/obsolete/series.m: Ditto. |
|
6487 * control/obsolete/syschnames.m: Ditto. |
|
6488 * polynomial/polyout.m: Ditto. |
3422
|
6489 |
3420
|
6490 2000-01-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6491 |
|
6492 * general/fliplr.m: Eliminate useless copy of arg. |
|
6493 * general/flipud.m: Ditto. |
|
6494 |
3418
|
6495 2000-01-11 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6496 |
|
6497 * linear-algebra/cross.m: Only return a row vector if both args |
|
6498 are row vectors. |
|
6499 * polynomial/polyfit.m: Likewise. |
|
6500 |
|
6501 * signal/autocov.m: Don't reset prefer_column_vectors. |
|
6502 |
|
6503 * statistics/distributions/discrete_rnd.m: |
|
6504 Always generate a row vector. |
|
6505 * statistics/distributions/hypergeometric_rnd.m: Likewise. |
|
6506 |
5095
|
6507 2000-01-11 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3416
|
6508 |
|
6509 * strings/upper.m: Add missing `-*- texinfo -*-' tag to doc string. |
|
6510 |
|
6511 * audio/setaudio.m: Texinfoize doc string. |
|
6512 * control/com2str.m: Likewise. |
|
6513 * control/controldemo.m: Likewise. |
|
6514 * control/DEMOcontrol.m: Likewise. |
|
6515 * control/dezero.m: Likewise. |
|
6516 * control/dre.m: Likewise. |
|
6517 * control/hinfsyn_ric.m: Likewise. |
|
6518 |
5095
|
6519 2000-01-05 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3407
|
6520 |
|
6521 * io/printf.m: Add @seealso{...} to doc string. |
|
6522 * io/puts.m: Likewise. |
|
6523 * plot/semilogx.m: Likewise. |
|
6524 * plot/semilogy.m: Likewise. |
|
6525 * plot/__pltopt__.m: Likewise. |
|
6526 * plot/bar.m: Likewise. |
|
6527 * plot/xlabel.m: Likewise. |
|
6528 * plot/grid.m: Likewise. |
|
6529 * plot/shg.m: Likewise. |
|
6530 * plot/title.m: Likewise. |
|
6531 * plot/mesh.m: Likewise. |
|
6532 * plot/__pltopt1__.m: Likewise. |
|
6533 * plot/contour.m: Likewise. |
|
6534 * plot/hist.m: Likewise. |
|
6535 * plot/stairs.m: Likewise. |
|
6536 * plot/meshgrid.m: Likewise. |
|
6537 * plot/polar.m: Likewise. |
|
6538 * plot/loglog.m: Likewise. |
|
6539 * plot/plot.m: Likewise. |
|
6540 * miscellaneous/semicolon.m: Likewise. |
|
6541 * miscellaneous/menu.m: Likewise. |
|
6542 * miscellaneous/etime.m: Likewise. |
|
6543 * miscellaneous/texas_lotto.m: Likewise. |
|
6544 * miscellaneous/comma.m: Likewise. |
|
6545 * audio/lin2mu.m: Likewise. |
|
6546 * audio/playaudio.m: Likewise. |
|
6547 * audio/loadaudio.m: Likewise. |
|
6548 * audio/saveaudio.m: Likewise. |
|
6549 * audio/mu2lin.m: Likewise. |
|
6550 * audio/record.m: Likewise. |
|
6551 * strings/isletter.m: Likewise. |
|
6552 * strings/lower.m: Likewise. |
|
6553 * strings/lower.m: Likewise. |
|
6554 * strings/upper.m: Likewise. |
|
6555 * specfun/erfinv.m: Likewise. |
|
6556 * specfun/gammai.m: Likewise. |
|
6557 * specfun/log2.m: Likewise. |
|
6558 * specfun/pow2.m: Likewise. |
|
6559 * elfun/gcd.m: Likewise. |
|
6560 * elfun/lcm.m: Likewise. |
|
6561 * special-matrix/vander.m: Likewise. |
|
6562 * special-matrix/sylvester_matrix.m: Likewise. |
|
6563 * special-matrix/hilb.m: Likewise. |
|
6564 * special-matrix/hankel.m: Likewise. |
|
6565 * special-matrix/toeplitz.m: Likewise. |
|
6566 * special-matrix/invhilb.m: Likewise. |
|
6567 * statistics/base/std.m: Likewise. |
|
6568 * statistics/base/median.m: Likewise. |
|
6569 * linear-algebra/cond.m: Likewise. |
|
6570 * linear-algebra/norm.m: Likewise. |
|
6571 * finance/nper.m: Likewise. |
|
6572 * finance/pmt.m: Likewise. |
|
6573 * finance/pv.m: Likewise. |
|
6574 * finance/rate.m: Likewise. |
|
6575 * finance/npv.m: Likewise. |
|
6576 * general/fliplr.m: Likewise. |
|
6577 * general/flipud.m: Likewise. |
|
6578 * general/is_scalar.m: Likewise. |
|
6579 * general/rem.m: Likewise. |
|
6580 * general/perror.m: Likewise. |
|
6581 * general/tril.m: Likewise. |
|
6582 * general/rot90.m: Likewise. |
|
6583 * general/num2str.m: Likewise. |
|
6584 * general/int2str.m: Likewise. |
|
6585 * general/reshape.m: Likewise. |
|
6586 * general/logspace.m: Likewise. |
|
6587 * general/is_symmetric.m: Likewise. |
|
6588 * general/is_vector.m: Likewise. |
|
6589 * general/nextpow2.m: Likewise. |
|
6590 * general/columns.m: Likewise. |
|
6591 * general/is_square.m: Likewise. |
|
6592 * general/rows.m: Likewise. |
|
6593 * control/ugain.m: Likewise. |
|
6594 * control/damp.m: Likewise. |
|
6595 * control/dare.m: Likewise. |
|
6596 * control/are.m: Likewise. |
|
6597 * control/sys2fir.m: Likewise. |
|
6598 * control/abcddim.m: Likewise. |
|
6599 * control/is_abcd.m: Likewise. |
|
6600 * control/step.m: Likewise. |
|
6601 * control/is_observable.m: Likewise. |
|
6602 * control/is_controllable.m: Likewise. |
|
6603 * control/jet707.m: Likewise. |
|
6604 * control/polyout.m: Likewise. |
|
6605 * control/impulse.m: Likewise. |
|
6606 * control/lqg.m: Likewise. |
|
6607 * control/is_detectable.m: Likewise. |
|
6608 * control/sysdimensions.m: Likewise. |
|
6609 * control/sysupdate.m: Likewise. |
|
6610 * control/stepimp.m: Likewise. |
|
6611 * control/is_stable.m: Likewise. |
|
6612 * control/tfout.m: Likewise. |
|
6613 * control/zpout.m: Likewise. |
|
6614 |
3405
|
6615 2000-01-05 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6616 |
|
6617 * set/complement.m: Add @seealso{} stuff. |
|
6618 * set/create_set.m: Likewise. |
|
6619 * set/intersection.m: Likewise. |
|
6620 * set/union.m: Likewise. |
|
6621 |
3399
|
6622 1999-12-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6623 |
3400
|
6624 * control/d2c.m: Use double quotes instead of single quotes for |
|
6625 string constants. |
|
6626 * control/dgkfdemo.m: Likewise. |
|
6627 * control/fir2sys.m: Likewise. |
|
6628 * control/frdemo.m: Likewise. |
|
6629 * control/moddemo.m: Likewise. |
|
6630 * control/minfo.m: Likewise. |
|
6631 * control/is_stabilizable.m: Likewise. |
|
6632 * control/is_dgkf.m: Likewise. |
|
6633 * control/polyout.m: Likewise. |
|
6634 * control/sysconnect.m: Likewise. |
|
6635 * control/sysrepdemo.m: Likewise. |
|
6636 * control/tf2sys.m: Likewise. |
|
6637 * control/tfout.m: Likewise. |
|
6638 * control/zp2sys.m: Likewise. |
|
6639 * control/zpout.m: Likewise. |
|
6640 * control/tzero.m: Likewise. |
|
6641 |
|
6642 * control/DEMOcontrol.m: Handle moddemo case too. |
|
6643 |
|
6644 * image/loadimage.m: Use double quotes instead of single quotes |
|
6645 for string constants. Use sprintf instead of square brackets to |
|
6646 construct string. |
|
6647 |
3399
|
6648 * control/DEMOcontrol.m: Formatting tweaks. |
3400
|
6649 * control/fir2sys.m: Likewise. |
3399
|
6650 |
3390
|
6651 1999-12-17 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6652 |
|
6653 * mkdoc: Only delete spaces before @ characters at the beginning |
|
6654 of a line. |
|
6655 |
3383
|
6656 1999-12-15 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6657 |
3388
|
6658 * control/bddemo.m: Make it more likely to work with any value of |
|
6659 whitespace_in_literal_matrix. |
3386
|
6660 * control/analdemo.m: Ditto. |
|
6661 * control/dgkfdemo.m: Ditto. |
|
6662 * control/frdemo.m: Ditto. |
|
6663 * control/sysrepdemo.m: Ditto. |
|
6664 * control/moddemo.m: Ditto. |
3388
|
6665 * control/zp2ss.m: Ditto. |
3387
|
6666 * control/zp2tf.m: Ditto. |
3388
|
6667 * control/syssub.m: Ditto. |
|
6668 * finance/npv.m: Ditto. |
|
6669 * statistics/base/studentize.m: Ditto. |
|
6670 * statistics/base/values.m: Ditto. |
|
6671 * statistics/distributions/exponential_cdf.m: Ditto. |
|
6672 * statistics/distributions/poisson_cdf.m: Ditto. |
3386
|
6673 |
3384
|
6674 * control/dezero.m: Use toascii to convert string to ASCII value |
|
6675 instead of multiplying it by 1. |
|
6676 |
3383
|
6677 * control/zp2sys.m: Don't save and restore implicit_str_to_num_ok. |
|
6678 * control/zpout.m: Ditto. |
|
6679 * control/tfout.m: Ditto. |
|
6680 * control/tf2sys.m: Ditto. |
|
6681 * control/syssub.m: Ditto. |
|
6682 * control/syssetsignals.m: Ditto. |
|
6683 * control/sysout.m: Ditto. |
|
6684 * control/sysmult.m: Ditto. |
|
6685 * control/sysgroup.m: Ditto. |
|
6686 * control/sysdup.m: Ditto. |
|
6687 * control/sysdisc.m: Ditto. |
|
6688 * control/syscont.m: Ditto. |
|
6689 * control/sysconnect.m: Ditto. |
|
6690 * control/sysappend.m: Ditto. |
|
6691 * control/sysadd.m: Ditto. |
|
6692 * control/ss2sys.m: Ditto. |
|
6693 * control/nyquist.m: Ditto. |
|
6694 * control/lqg.m: Ditto. |
|
6695 * control/fir2sys.m: Ditto. |
|
6696 * control/dmr2d.m: Ditto. |
|
6697 * control/dezero.m: Ditto. |
|
6698 * control/d2c.m: Ditto. |
|
6699 * control/c2d.m: Ditto. |
|
6700 * control/bddemo.m: Ditto. |
|
6701 * control/pzmap.m: Ditto. |
|
6702 |
5095
|
6703 1999-12-08 Daniel Calvelo <dcalvelo@pharion.univ-lille2.fr> |
3374
|
6704 |
|
6705 * signal/spectral_adf.m: Fix typo. |
|
6706 |
3372
|
6707 1999-11-23 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6708 |
|
6709 * linear-algebra/cond.m: Texinfoize doc string. |
|
6710 * linear-algebra/kron.m: Ditto. |
|
6711 * linear-algebra/norm.m: Ditto. |
|
6712 * linear-algebra/null.m: Ditto. |
|
6713 * linear-algebra/orth.m: Ditto. |
|
6714 * linear-algebra/rank.m: Ditto. |
|
6715 * linear-algebra/trace.m: Ditto. |
|
6716 * linear-algebra/qzhess.m: Ditto. |
|
6717 * miscellaneous/menu.m: Ditto. |
3373
|
6718 * general/perror.m: Ditto. |
|
6719 * general/strerror.m: Ditto. |
|
6720 * general/columns.m: Ditto. |
|
6721 * general/rows.m: Ditto. |
|
6722 * image/colormap.m: Ditto. |
|
6723 * image/gray.m: Ditto. |
|
6724 * image/gray2ind.m: Ditto. |
|
6725 * image/image.m: Ditto. |
|
6726 * image/imagesc.m: Ditto. |
|
6727 * image/imshow.m: Ditto. |
|
6728 * image/ind2gray.m: Ditto. |
|
6729 * image/ind2rgb.m: Ditto. |
|
6730 * image/loadimage.m: Ditto. |
|
6731 * image/rgb2ntsc.m: Ditto. |
|
6732 * image/ntsc2rgb.m: Ditto. |
|
6733 * image/ocean.m: Ditto. |
|
6734 * image/rgb2ind.m: Ditto. |
|
6735 * image/saveimage.m: Ditto. |
3372
|
6736 * io/printf.m: Ditto. |
|
6737 * io/puts.m: Ditto. |
|
6738 |
3369
|
6739 1999-11-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6740 |
|
6741 * special-matrix/hankel.m: Texinfoize doc string. |
|
6742 * special-matrix/hilb.m: Ditto. |
|
6743 * special-matrix/invhilb.m: Ditto. |
|
6744 * special-matrix/sylvester_matrix.m: Ditto. |
|
6745 * special-matrix/toeplitz.m: Ditto. |
|
6746 * special-matrix/vander.m: Ditto. |
|
6747 * linear-algebra/vec.m: Ditto. |
|
6748 * linear-algebra/vech.m: Ditto. |
|
6749 * general/common_size.m: Ditto. |
|
6750 * general/diff.m: Ditto. |
|
6751 * general/fliplr.m: Ditto. |
|
6752 * general/flipud.m: Ditto. |
|
6753 * general/rot90.m: Ditto. |
|
6754 * general/reshape.m: Ditto. |
|
6755 * general/shift.m: Ditto. |
|
6756 * general/tril.m: Ditto. |
|
6757 * general/triu.m: Ditto. |
|
6758 * general/logspace.m: Ditto. |
3371
|
6759 * general/nargchk.m: Ditto. |
3369
|
6760 |
3367
|
6761 1999-11-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6762 |
|
6763 * statistics/base/mean: Texinfoize doc string. |
|
6764 * statistics/base/median: Ditto. |
|
6765 * statistics/base/std: Ditto. |
|
6766 * statistics/base/cov: Ditto. |
|
6767 * statistics/base/corrcoef: Ditto. |
|
6768 * statistics/base/kurtosis: Ditto. |
|
6769 * statistics/base/mahalanobis: Ditto. |
|
6770 * statistics/base/skewness: Ditto. |
3368
|
6771 * statistics/base/gls.m: Ditto. |
|
6772 * statistics/base/ols.m: Ditto. |
3367
|
6773 * signal/detrend.m: Ditto. |
|
6774 * signal/freqz.m: Ditto. |
|
6775 * signal/sinc.m: Ditto. |
|
6776 * signal/fftconv.m: Ditto. |
|
6777 * signal/fftfilt.m: Ditto. |
3368
|
6778 * set/create_set.m: Ditto. |
|
6779 * set/union.m: Ditto. |
|
6780 * set/intersection.m: Ditto. |
|
6781 * set/complement.m: Ditto. |
|
6782 * poly/compan.m: Ditto. |
|
6783 * poly/conv: Ditto. |
|
6784 * poly/deconv: Ditto. |
|
6785 * poly/poly: Ditto. |
|
6786 * poly/polyderiv: Ditto. |
|
6787 * poly/polyfit: Ditto. |
|
6788 * poly/polyinteg: Ditto. |
|
6789 * poly/polyreduce: Ditto. |
|
6790 * poly/polyval: Ditto. |
|
6791 * poly/polyvalm: Ditto. |
|
6792 * poly/residue: Ditto. |
|
6793 * poly/roots: Ditto. |
|
6794 * plot/top_title.m: Ditto |
|
6795 * plot/subwindow.m: Ditto |
|
6796 * plot/subplot.m: Ditto |
|
6797 * plot/plot_border.m: Ditto |
|
6798 * plot/oneplot.m: Ditto |
|
6799 * plot/multiplot.m: Ditto |
|
6800 * plot/mplot.m: Ditto |
|
6801 * plot/xlabel.m: Ditto |
|
6802 * plot/figure.m: Ditto |
|
6803 * plot/meshdom.m: Ditto |
|
6804 * plot/mesh.m: Ditto |
|
6805 * plot/stairs.m: Ditto |
|
6806 * plot/polar.m: Ditto |
|
6807 * plot/loglog.m: Ditto |
|
6808 * plot/hist.m: Ditto |
|
6809 * plot/contour.m: Ditto |
|
6810 * plot/bar.m: Ditto |
|
6811 * plot/axis.m: Ditto |
|
6812 * plot/plot.m: Ditto. |
3367
|
6813 |
3361
|
6814 1999-11-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6815 |
3365
|
6816 * control/pinv.m: Delete. |
|
6817 |
3364
|
6818 * Makefile.in (DOCSTRINGS): Don't echo $(ALL_M_FILES). |
|
6819 |
3361
|
6820 * strings/blanks.m: Texinfoize doc string. |
|
6821 * strings/strcat.m: Ditto. |
|
6822 * strings/str2mat.m: Ditto. |
|
6823 * strings/deblank.m: Ditto. |
|
6824 * strings/findstr.m: Ditto. |
|
6825 * strings/index.m: Ditto. |
|
6826 * strings/rindex.m: Ditto. |
|
6827 * strings/split.m: Ditto. |
|
6828 * strings/strcmp.m: Ditto. |
|
6829 * strings/strrep.m: Ditto. |
|
6830 * strings/substr.m: Ditto. |
|
6831 * general/int2str.m: Ditto. |
|
6832 * general/num2str.m: Ditto. |
|
6833 * strings/dec2bin.m: Ditto. |
|
6834 * strings/bin2dec: Ditto. |
|
6835 * strings/dec2bin: Ditto. |
|
6836 * strings/dec2hex: Ditto. |
|
6837 * strings/hex2dec: Ditto. |
|
6838 * strings/str2num: Ditto. |
|
6839 |
3347
|
6840 1999-11-10 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
6841 |
|
6842 * Makefile.in (DISTFILES): Include DOCSTRINGS. |
|
6843 |
5095
|
6844 1999-11-09 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3361
|
6845 |
|
6846 * control/DEMOcontrol.m: Texinfoize doc string. |
|
6847 * control/abcddim.m: Ditto. |
|
6848 * control/abcddims.m: Ditto. |
|
6849 * control/analdemo.m: Ditto. |
|
6850 * control/are.m: Ditto. |
|
6851 * control/axis2dlim.m: Ditto. |
|
6852 * control/bddemo.m: Ditto. |
|
6853 * control/bode.m: Ditto. |
|
6854 * control/bode_bounds.m: Ditto. |
|
6855 * control/bodquist.m: Ditto. |
|
6856 * control/buildssic.m: Ditto. |
|
6857 * control/c2d.m: Ditto. |
|
6858 * control/ctrb.m: Ditto. |
|
6859 * control/d2c.m: Ditto. |
|
6860 * control/damp.m: Ditto. |
|
6861 * control/dare.m: Ditto. |
|
6862 * control/dcgain.m: Ditto. |
|
6863 * control/dgkfdemo.m: Ditto. |
|
6864 * control/dgram.m: Ditto. |
|
6865 * control/dlqe.m: Ditto. |
|
6866 * control/dlqr.m: Ditto. |
|
6867 * control/dlyap.m: Ditto. |
|
6868 * control/dmr2d.m: Ditto. |
|
6869 * control/fir2sys.m: Ditto. |
|
6870 * control/frdemo.m: Ditto. |
|
6871 * control/freqchkw.m: Ditto. |
|
6872 * control/freqresp.m: Ditto. |
|
6873 * control/gram.m: Ditto. |
|
6874 * control/h2norm.m: Ditto. |
|
6875 * control/h2syn.m: Ditto. |
|
6876 * control/hinf_ctr.m: Ditto. |
|
6877 * control/hinfdemo.m: Ditto. |
|
6878 * control/hinfnorm.m: Ditto. |
|
6879 * control/hinfsyn.m: Ditto. |
|
6880 * control/hinfsyn_chk.m: Ditto. |
|
6881 * control/impulse.m: Ditto. |
|
6882 * control/is_abcd.m: Ditto. |
|
6883 * control/is_controllable.m: Ditto. |
|
6884 * control/is_detectable.m: Ditto. |
|
6885 * control/is_dgkf.m: Ditto. |
|
6886 * control/is_digital.m: Ditto. |
|
6887 * control/is_observable.m: Ditto. |
|
6888 * control/is_sample.m: Ditto. |
|
6889 * control/is_signal_list.m: Ditto. |
|
6890 * control/is_siso.m: Ditto. |
|
6891 * control/is_stabilizable.m: Ditto. |
|
6892 * control/is_stable.m: Ditto. |
|
6893 * control/jet707.m: Ditto. |
|
6894 * control/lqe.m: Ditto. |
|
6895 * control/lqg.m: Ditto. |
|
6896 * control/lqr.m: Ditto. |
|
6897 * control/lsim.m: Ditto. |
|
6898 * control/ltifr.m: Ditto. |
|
6899 * control/lyap.m: Ditto. |
|
6900 * control/moddemo.m: Ditto. |
|
6901 * control/nyquist.m: Ditto. |
|
6902 * control/obsv.m: Ditto. |
|
6903 * control/ord2.m: Ditto. |
|
6904 * control/outlist.m: Ditto. |
|
6905 * control/pinv.m: Ditto. |
|
6906 * control/place.m: Ditto. |
|
6907 * control/polyout.m: Ditto. |
|
6908 * control/prompt.m: Ditto. |
|
6909 * control/pzmap.m: Ditto. |
|
6910 * control/qzval.m: Ditto. |
|
6911 * control/rldemo.m: Ditto. |
|
6912 * control/rlocus.m: Ditto. |
|
6913 * control/sortcom.m: Ditto. |
|
6914 * control/ss2sys.m: Ditto. |
|
6915 * control/ss2tf.m: Ditto. |
|
6916 * control/ss2zp.m: Ditto. |
|
6917 * control/starp.m: Ditto. |
|
6918 * control/step.m: Ditto. |
|
6919 * control/stepimp.m: Ditto. |
|
6920 * control/susball.m: Ditto. |
|
6921 * control/sys2fir.m: Ditto. |
|
6922 * control/sys2ss.m: Ditto. |
|
6923 * control/sys2tf.m: Ditto. |
|
6924 * control/sys2zp.m: Ditto. |
|
6925 * control/sysadd.m: Ditto. |
|
6926 * control/sysappend.m: Ditto. |
|
6927 * control/syschnames.m: Ditto. |
|
6928 * control/syschnamesl.m: Ditto. |
|
6929 * control/syschtsam.m: Ditto. |
|
6930 * control/sysconnect.m: Ditto. |
|
6931 * control/syscont.m: Ditto. |
|
6932 * control/syscont_disc.m: Ditto. |
|
6933 * control/sysdefioname.m: Ditto. |
|
6934 * control/sysdefstname.m: Ditto. |
|
6935 * control/sysdimensions.m: Ditto. |
|
6936 * control/sysdisc.m: Ditto. |
|
6937 * control/sysdup.m: Ditto. |
|
6938 * control/sysgetsignals.m: Ditto. |
|
6939 * control/sysgettype.m: Ditto. |
|
6940 * control/sysgroup.m: Ditto. |
|
6941 * control/sysgroupn.m: Ditto. |
|
6942 * control/sysmult.m: Ditto. |
|
6943 * control/sysout.m: Ditto. |
|
6944 * control/sysprune.m: Ditto. |
|
6945 * control/sysreorder.m: Ditto. |
|
6946 * control/sysrepdemo.m: Ditto. |
|
6947 * control/sysscale.m: Ditto. |
|
6948 * control/syssetsignals.m: Ditto. |
|
6949 * control/syssub.m: Ditto. |
|
6950 * control/sysupdate.m: Ditto. |
|
6951 * control/tf2ss.m: Ditto. |
|
6952 * control/tf2sys.m: Ditto. |
|
6953 * control/tf2sysl.m: Ditto. |
|
6954 * control/tf2zp.m: Ditto. |
|
6955 * control/tfout.m: Ditto. |
|
6956 * control/tzero.m: Ditto. |
|
6957 * control/tzero2.m: Ditto. |
|
6958 * control/ugain.m: Ditto. |
|
6959 * control/wgt1o.m: Ditto. |
|
6960 * control/zgfmul.m: Ditto. |
|
6961 * control/zgfslv.m: Ditto. |
|
6962 * control/zginit.m: Ditto. |
|
6963 * control/zgpbal.m: Ditto. |
|
6964 * control/zgreduce.m: Ditto. |
|
6965 * control/zgrownorm.m: Ditto. |
|
6966 * control/zgscal.m: Ditto. |
|
6967 * control/zgsgiv.m: Ditto. |
|
6968 * control/zgshsr.m: Ditto. |
|
6969 * control/zp2ss.m: Ditto. |
|
6970 * control/zp2ssg2.m: Ditto. |
|
6971 * control/zp2sys.m: Ditto. |
|
6972 * control/zp2tf.m: Ditto. |
|
6973 * control/zpout.m: Ditto. |
|
6974 |
5095
|
6975 1999-11-02 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3332
|
6976 |
5378
|
6977 * audio/lin2mu.m: Texinfoize doc string. |
|
6978 * audio/loadaudio.m: Ditto. |
|
6979 * audio/mu2lin.m: Ditto. |
|
6980 * audio/playaudio.m: Ditto. |
|
6981 * audio/record.m: Ditto. |
|
6982 * audio/saveaudio.m: Ditto. |
3332
|
6983 |
5095
|
6984 1999-10-26 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
6985 |
|
6986 * elfun/acot.m: Texinfoize doc string. |
|
6987 * elfun/acsc.m: Ditto. |
|
6988 * elfun/acsch.m: Ditto. |
|
6989 * elfun/asec.m: Ditto. |
|
6990 * elfun/asech.m: Ditto. |
|
6991 * elfun/cot.m: Ditto. |
|
6992 * elfun/coth.m: Ditto. |
|
6993 * elfun/csc.m: Ditto. |
|
6994 * elfun/csch.m: Ditto. |
|
6995 * elfun/gcd.m: Ditto. |
|
6996 * elfun/lcm.m: Ditto. |
|
6997 * elfun/sec.m: Ditto. |
|
6998 * elfun/sech.m: Ditto. |
|
6999 * general/nextpow2.m: Ditto. |
|
7000 * general/rem.m: Ditto. |
|
7001 * linear-algebra/commutation_matrix.m: Ditto. |
|
7002 * linear-algebra/cross.m: Ditto. |
|
7003 * linear-algebra/duplication_matrix.m: Ditto. |
|
7004 * miscellaneous/bincoeff.m: Ditto. |
|
7005 * miscellaneous/xor.m: Ditto. |
|
7006 * specfun/bessel.m: Ditto. |
|
7007 * specfun/beta.m: Ditto. |
|
7008 * specfun/betai.m: Ditto. |
|
7009 * specfun/erfinv.m: Ditto. |
|
7010 * specfun/gammai.m: Ditto. |
|
7011 * specfun/log2.m: Ditto. |
|
7012 * specfun/pow2.m: Ditto. |
|
7013 |
5095
|
7014 1999-10-23 Ben Sapp <bsapp@nua.lampf.lanl.gov> |
3321
|
7015 |
|
7016 * general/is_scalar.m: Texinfoize help text. |
|
7017 * general/is_square.m: Ditto. |
|
7018 * general/is_symmetric.m: Ditto. |
|
7019 |
3320
|
7020 1999-10-22 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7021 |
|
7022 * strings/split.m: If the string to be split is empty, just return |
|
7023 an empty string. |
|
7024 |
3319
|
7025 1999-10-21 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7026 |
|
7027 * Makefile.in (ALL_M_FILES): New macro. |
|
7028 (DOCSTRINGS): No longer .PHONY; depend on $(ALL_M_FILES). |
|
7029 |
3306
|
7030 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7031 |
|
7032 * control/bode.m: Don't return anything if nargout == 0. |
|
7033 |
|
7034 1999-10-20 James B. Rawlings <jbraw@bevo.che.wisc.edu> |
|
7035 |
|
7036 * control/bode.m: Don't do axis scaling for magnitude plots. |
|
7037 |
3305
|
7038 1999-10-20 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7039 |
|
7040 * Makefile.in (DISTFILES): Add move-if-change, mkdoc, and |
|
7041 gethelp.cc to the list. |
|
7042 |
3296
|
7043 1999-10-19 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7044 |
3301
|
7045 * time/asctime.m: Texinfoize help text. |
|
7046 * time/clock.m: Ditto. |
|
7047 * time/date.m: Ditto. |
|
7048 * miscellaneous/cputime.m: Ditto. |
|
7049 * miscellaneous/etime.m: Ditto. |
|
7050 * miscellaneous/is_leap_year.m: Ditto. |
|
7051 * miscellaneous/popen2.m: Ditto. |
|
7052 * miscellaneous/version.m: Ditto. |
|
7053 * miscellaneous/tic.m: Ditto. |
|
7054 * miscellaneous/toc.m: Just refer to tic.m. |
|
7055 |
3297
|
7056 * Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of |
|
7057 `cd dir; $(MAKE); cd ..'. |
|
7058 ($(SUBDIRS)): Likewise. |
|
7059 |
|
7060 * statistics/Makefile.in ($(SUBDIRS)): Likewise. |
|
7061 |
|
7062 * statistics/Makefile.in (bin-dist): Use `$(MAKE) -C dir' instead |
|
7063 of `cd dir; $(MAKE)'. |
|
7064 |
3296
|
7065 * gethelp.cc, mkdoc: New files. |
|
7066 * Makefile.in: Use them to create DOCSTRINGS file from .m file |
|
7067 sources. |
|
7068 |
3291
|
7069 1999-10-14 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7070 |
|
7071 * linear-algebra/kron.m: Fix typo in previous change |
|
7072 |
3282
|
7073 1999-10-13 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7074 |
|
7075 * control/bode.m: Allow optional 5th arg to specify plot style. |
|
7076 |
5095
|
7077 Wed Sep 22 22:12:03 1999 A. Scottedward Hodel <a.s.hodel@eng.auburn.edu> |
3273
|
7078 |
|
7079 * linear-algebra/krylov.m: Correctly handle case of V having full |
|
7080 rank when V has more columns than rows. |
|
7081 |
|
7082 Mon Sep 20 23:04:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7083 |
|
7084 * general/linspace.m, linear-algebra/pinv.m: Delete. |
|
7085 |
|
7086 * statistics/tests/manova.m: Avoid problems if |
|
7087 whitespace_in_literal_matrix is set to "traditional". |
|
7088 * statistics/tests/t_test_regression.m: Likewise. |
|
7089 * statistics/tests/u_test.m: Likewise. |
|
7090 * statistics/tests/chisquare_test_homogeneity.m: Likewise. |
|
7091 * statistics/tests/anova.m: Likewise. |
|
7092 * statistics/tests/kruskal_wallis_test.m: Likewise. |
|
7093 * statistics/base/statistics.m: Likewise. |
|
7094 * image/saveimage.m: Likewise. |
|
7095 * signal/arch_fit.m: Likewise. |
|
7096 * signal/autoreg_matrix.m: Likewise. |
|
7097 * signal/triangle_lw.m: Likewise. |
|
7098 * strings/dec2hex.m: Likewise. |
|
7099 |
3268
|
7100 Thu Sep 9 19:31:58 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7101 |
|
7102 * image/saveimage.m: Initialize scale. |
|
7103 |
|
7104 Sun Sep 5 22:13:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7105 |
|
7106 * general/reshape.m: Allow reshape (a, size (b)). |
|
7107 |
3266
|
7108 Fri Sep 3 00:01:38 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7109 |
|
7110 * specfun/erfinv.m: Improve stopping criterion. |
|
7111 Add iteration count as second return value. |
|
7112 |
3265
|
7113 Mon Aug 30 12:07:00 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7114 |
|
7115 * statistics/base/mean.m: Use .', not ' to reorient row vectors. |
|
7116 |
3263
|
7117 Tue Aug 17 11:11:27 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7118 |
|
7119 * miscellaneous/pack.m: New function. |
|
7120 |
|
7121 Mon Aug 16 07:46:57 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7122 |
|
7123 * plot/figure.m: Always return figure number. With no args, |
|
7124 figure now creates a new figure window and returns its number. |
|
7125 Accept figure (property, value) syntax, but do nothing. |
|
7126 |
5095
|
7127 Thu Aug 12 09:28:01 PDT 1999 Tom Poage <tfpoage@ucdavis.edu> |
3263
|
7128 |
|
7129 * general/shift.m: Avoid printing temporary value for backward shift. |
|
7130 |
3260
|
7131 Mon Aug 2 16:39:04 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7132 |
|
7133 * plot/bar.m: Compute bar widths correctly when x-values are not |
|
7134 evenly spaced. |
|
7135 |
3250
|
7136 Mon Jul 12 22:48:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7137 |
|
7138 * linear-algebra/cond.m: Avoid returning NaN for matrices that |
|
7139 contain only zeros. |
|
7140 |
5095
|
7141 Sun Jun 20 22:24:27 1999 Eduardo Gallestey <eduardo@faceng.anu.edu.au> |
3250
|
7142 |
|
7143 * linear-algebra/kron.m: Create result matrix and insert blocks |
|
7144 instead of appending them. |
|
7145 |
|
7146 Sat Jun 19 01:52:18 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7147 |
|
7148 * control/bodquist.m, control/buildssic.m, control/is_digital.m, |
|
7149 control/stepimp.m, control/sysmin.m, control/syssetsignals.m: |
|
7150 Update from A. S. Hodel. |
|
7151 |
3246
|
7152 Fri Jun 18 12:19:22 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7153 |
|
7154 * polynomial/polyfit.m: Correct previous change. |
|
7155 |
3243
|
7156 Wed Apr 7 13:57:26 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7157 |
|
7158 * linear-algebra/qrhouse.m, linear-algebra/krygetq.m: Delete. |
|
7159 |
5095
|
7160 Wed Apr 7 13:22:43 1999 A. S. Hodel <a.s.hodel@eng.auburn.edu> |
3240
|
7161 |
|
7162 * control/is_controllable.m, control/zgscal.m: Accomodate new |
|
7163 version of krylov and krylovb. |
|
7164 |
|
7165 * control/outlist.m, control/sysout.m: Fix typos. |
|
7166 |
|
7167 * control/sysdimensions.m: Add option for total number of states. |
|
7168 |
|
7169 * linear-algebra/krylov.m: Improve robustness by row-pivoting. |
|
7170 * linear-algebra/krylovb.m: Just call krylov with appropriate |
|
7171 arguments. |
|
7172 |
|
7173 Tue Mar 30 00:43:09 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7174 |
|
7175 * strings/index.m: Fail with meaningful error message if either |
|
7176 arg is a string array. |
|
7177 |
3238
|
7178 Wed Mar 24 20:34:48 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7179 |
|
7180 * linear-algebra/norm.m: Do the right thing for 1- and |
|
7181 infinity-norms of complex matrices. From Sven Khatri |
|
7182 <khatri@saturn.vocalpoint.com>. |
|
7183 |
5095
|
7184 Tue Mar 16 13:36:36 1999 A. Scottedward Hodel" <scotte@eng.auburn.edu> |
3238
|
7185 |
|
7186 * linear-algebra/qrhouse.m: Handle default args correctly. |
|
7187 |
|
7188 Thu Mar 11 12:52:34 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7189 |
|
7190 * strings/split.m: Avoid problems when splitting strings that have |
|
7191 \ in them. |
|
7192 |
5095
|
7193 Thu Mar 11 12:36:13 1999 Massimo Lorenzin <maxlorenzin@tin.it> |
3238
|
7194 |
|
7195 * image/colormap.m: Do better arg checking, handle string args |
|
7196 that name the colormap function to call (e.g., colormap ("ocean")). |
|
7197 |
5095
|
7198 Mon Mar 8 22:23:24 1999 Rolf Fabian <fabian@TU-Cottbus.De> |
3238
|
7199 |
|
7200 * polynomial/polyfit.m: Use .' transpose operator, not '. |
|
7201 * linear-algebra/dot.m: Likewise. |
|
7202 * linear-algebra/cross.m: Likewise. |
|
7203 * general/rot90.m: Likewise. |
|
7204 |
5095
|
7205 Sat Mar 6 01:45:00 1999 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3238
|
7206 |
|
7207 * linear-algebra/qrhouse.m: Permute columns at each iteration so |
|
7208 that the leading column is not all zeros. |
|
7209 |
|
7210 Fri Mar 5 00:37:47 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7211 |
|
7212 * general/shift.m: Fix potential problems with |
|
7213 whitespace_in_literal_matrix. |
|
7214 * signal/arch_rnd.m: Ditto. |
|
7215 * signal/autocov.m: Ditto. |
|
7216 * signal/diffpara.m: Ditto. |
|
7217 * signal/hurst.m: Ditto. |
|
7218 * signal/periodogram.m: Ditto. |
|
7219 * signal/spectral_adf.m: Ditto. |
|
7220 * signal/spectral_xdf.m: Ditto. |
|
7221 * signal/spencer.m: Ditto. |
|
7222 * signal/synthesis.m: Ditto. |
|
7223 * statistics/distributions/wiener_rnd.m: Ditto. |
|
7224 * statistics/models/logistic_regression_likelihood.m: Ditto. |
|
7225 * statistics/models/logistic_regression.m: Ditto. |
|
7226 * statistics/models/logistic_regression_derivatives.m: Ditto. |
|
7227 * statistics/tests/run_test.m: Ditto. |
|
7228 * statistics/tests/chisquare_test_independence.m: Ditto. |
|
7229 |
5095
|
7230 Wed Mar 3 02:25:00 1999 Joao Cardoso <jcardoso@inescn.pt> |
3238
|
7231 |
|
7232 * plot/__plr2__.m: Fix typo. |
|
7233 |
3233
|
7234 Tue Jan 12 10:31:15 1999 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7235 |
|
7236 * plot/__pltopt1__.m: Accept "k" to mean black. |
|
7237 |
5095
|
7238 Fri Dec 11 10:43:19 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7239 |
|
7240 * linear-algebra/krylov.m: Force empty_list_elements_ok for this |
|
7241 function. |
|
7242 |
5095
|
7243 Thu Dec 10 11:07:00 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3233
|
7244 |
|
7245 * control/ss2sys.m: Fix typo. |
|
7246 |
|
7247 Wed Dec 9 12:42:19 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7248 |
|
7249 * plot/subplot.m, plot/oneplot.m: Don't call clearplot. |
|
7250 |
|
7251 * control: Update from A. S. Hodel <a.s.hodel@eng.auburn.edu> for |
|
7252 signal names as lists of strings instead of string arrays. |
|
7253 |
3225
|
7254 Fri Dec 4 16:08:42 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7255 |
3233
|
7256 * quaternion: New directory of functions from A. S. Hodel |
3225
|
7257 <a.s.hodel@eng.auburn.edu>. |
|
7258 * Makefile.in (SUBDIRS): Add it to the list. |
3226
|
7259 * quaternion/Makefile.in: New file. |
|
7260 * configure.in (AC_OUTPUT): Add quaternion/Makefile. |
3225
|
7261 |
|
7262 Tue Nov 24 21:41:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7263 |
|
7264 * image/saveimage.m: Make it work again for black and white colormaps. |
|
7265 |
|
7266 * image/imagesc.m: Use rows (colormap), not length (colormap), |
|
7267 since there can be fewer rows than columns. Round values to |
|
7268 nearest position in colormap instead of truncating. Correct usage |
|
7269 message. |
|
7270 |
5095
|
7271 Tue Nov 24 14:50:52 1998 A Scott Hodel <hodel@edalf1.msfc.nasa.gov> |
3225
|
7272 |
|
7273 * linear-algebra/krylov.m: New arg pflg. If nonzero, avoid using |
|
7274 zero rows of [A,v] as householder pivots; this avoids spurious |
|
7275 non-zero entries in returned orthogonal matrix U, but destroys the |
|
7276 Householder matrix structure of H. |
|
7277 |
|
7278 Fri Nov 20 12:46:46 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7279 |
|
7280 * general/logical.m: Just copy input to output if argument is |
|
7281 already a logical object. |
|
7282 |
3215
|
7283 Fri Nov 6 10:17:00 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7284 |
|
7285 * New files from OCST, in control subdiretory: |
|
7286 |
|
7287 DEMOcontrol.m is_siso.m syschnames.m |
|
7288 abcddim.m is_stabilizable.m syschnamesl.m |
|
7289 abcddims.m is_stable.m syschtsam.m |
|
7290 analdemo.m jet707.m sysconnect.m |
|
7291 are.m lqe.m syscont.m |
|
7292 axis2dlim.m lqg.m syscont_disc.m |
|
7293 bddemo.m lqr.m sysdefioname.m |
|
7294 bode.m lsim.m sysdefstname.m |
|
7295 bode_bounds.m ltifr.m sysdimensions.m |
|
7296 bodquist.m lyap.m sysdisc.m |
|
7297 buildssic.m mb.m sysdup.m |
|
7298 c2d.m minfo.m sysgetsignals.m |
6302
|
7299 com2str.m moddemo.m sysgettsam.m |
3215
|
7300 controldemo.m nichols.m sysgettype.m |
|
7301 ctrb.m nyquist.m sysgroup.m |
|
7302 d2c.m obsv.m sysgroupn.m |
|
7303 damp.m ord2.m sysmult.m |
|
7304 dare.m outlist.m sysout.m |
|
7305 dcgain.m packedform.m sysprune.m |
|
7306 demomarsyas.m packsys.m sysreorder.m |
|
7307 dezero.m; parallel.m sysrepdemo.m |
|
7308 dgkfdemo.m place.m sysscale.m |
|
7309 dgram.m polyout.m syssub.m |
|
7310 dhinfdemo.m prompt.m sysupdate.m |
|
7311 dlqe.m pzmap.m tf2ss.m |
|
7312 dlqg.m qzval.m tf2sys.m |
|
7313 dlqr.m rldemo.m tf2sysl.m |
|
7314 dlyap.m rlocus.m tf2zp.m |
|
7315 dmr2d.m rotg.m tfout.m |
|
7316 fir2sys.m run_cmd.m; tzero.m |
|
7317 frdemo.m series.m tzero2.m |
|
7318 freqchkw.m sortcom.m ugain.m |
|
7319 freqresp.m ss2sys.m unpacksys.m |
|
7320 gram.m ss2tf.m wgt1o.m |
|
7321 h2norm.m ss2zp.m zgfmul.m |
|
7322 h2syn.m starp.m zgfslv.m |
|
7323 hinf_ctr.m step.m zginit.m |
|
7324 hinfdemo.m stepimp.m zgpbal.m |
|
7325 hinfnorm.m strappend.m; zgreduce.m |
|
7326 hinfsyn.m susball.m zgrownorm.m |
|
7327 hinfsyn_chk.m swap.m zgscal.m |
|
7328 impulse.m swapcols.m zgsgiv.m |
|
7329 is_abcd.m swaprows.m zgshsr.m |
|
7330 is_controllable.m sys2fir.m zp2ss.m |
|
7331 is_detectable.m sys2ss.m zp2ssg2.m |
|
7332 is_dgkf.m sys2tf.m zp2sys.m |
|
7333 is_digital.m sys2zp.m zp2tf.m |
|
7334 is_observable.m sysadd.m zpout.m |
|
7335 is_sample.m sysappend.m |
|
7336 |
|
7337 Thu Nov 5 13:28:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7338 |
|
7339 * configure.in (AC_OUTPUT): Escape newlinew in macro call with \. |
|
7340 |
|
7341 * strings/deblank.m: Make it work for string arrays too. |
|
7342 |
3211
|
7343 Wed Nov 4 21:51:13 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7344 |
|
7345 * linear-algebra/housh.m: New file from the OCST. |
|
7346 * linear-algebra/krygetq.m: Ditto. |
|
7347 * linear-algebra/krylov.m: Ditto. |
|
7348 * linear-algebra/krylovb.m: Ditto. |
|
7349 * linear-algebra/qrhouse.m: Ditto. |
|
7350 * general/is_duplicate_entry.m: Ditto. |
|
7351 |
|
7352 * general/is_symmetric.m: Call is_square instead of doing that |
|
7353 check in line. |
|
7354 |
3196
|
7355 Wed Oct 28 11:51:14 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7356 |
3202
|
7357 * general/is_square.m: |
|
7358 |
|
7359 * general/isempty.m, general/is_matrix.m: Delete. |
|
7360 |
|
7361 * general/is_symmetric: Delete special case for strings. Whether |
|
7362 the conversion is valid should depend on implicit_str_to_num_ok. |
|
7363 |
|
7364 * general/is_square.m: If arg is not a matrix, don't check size, |
|
7365 just return 0. |
|
7366 * general/is_symmetric: Likewise. |
|
7367 * general/is_vector.m: Likewise. |
|
7368 * general/is_scalar.m: Likewise. |
|
7369 |
3196
|
7370 * general/length.m: Delete. |
|
7371 |
3191
|
7372 Fri Oct 23 00:21:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7373 |
|
7374 * configure.in: Add finance/Makefile, statistics/base/Makefile, |
|
7375 statistics/distributions/Makefile, statistics/models/Makefile, |
|
7376 and statistics/tests/Makefile to the list of files to create. |
|
7377 |
|
7378 * finance/Makefile.in, statistics/base/Makefile.in, |
|
7379 statistics/distributions/Makefile.in, statistics/models/Makefile.in, |
|
7380 statistics/tests/Makefile.in: New files. |
|
7381 * statistics/Makefile.in: Delete file lists. Now only handle |
|
7382 subdirectories. |
|
7383 * Makefile.in (SUBDIRS): Add finance. |
|
7384 |
|
7385 * Move the following files from statistics to statistics/base: |
|
7386 |
|
7387 corrcoef.m |
|
7388 kurtosis.m |
|
7389 mahalanobis.m |
|
7390 median.m |
|
7391 ols.m |
|
7392 skewness.m |
|
7393 std.m |
|
7394 |
|
7395 New files, from Kurt Hornik's octave-ci package: |
|
7396 |
|
7397 * finance (new directory): |
|
7398 |
|
7399 fv.m |
|
7400 fvl.m |
|
7401 irr.m |
|
7402 nper.m |
|
7403 npv.m |
|
7404 pmt.m |
|
7405 pv.m |
|
7406 pvl.m |
|
7407 rate.m |
|
7408 vol.m |
|
7409 |
|
7410 * linear-algebra/dmult.m |
|
7411 |
|
7412 * signal: |
|
7413 |
|
7414 arch_fit.m |
|
7415 arch_rnd.m |
|
7416 arch_test.m |
|
7417 arma_rnd.m |
|
7418 autocor.m |
|
7419 autocov.m |
|
7420 autoreg_matrix.m |
|
7421 bartlett.m |
|
7422 blackman.m |
|
7423 diffpara.m |
|
7424 durbinlevinson.m |
|
7425 fractdiff.m |
|
7426 hamming.m |
|
7427 hanning.m |
|
7428 hurst.m |
|
7429 periodogram.m |
|
7430 rectangle_lw.m |
|
7431 rectangle_sw.m |
|
7432 sinetone.m |
|
7433 sinewave.m |
|
7434 spectral_adf.m |
|
7435 spectral_xdf.m |
|
7436 spencer.m |
|
7437 stft.m |
|
7438 synthesis.m |
|
7439 triangle_lw.m |
|
7440 triangle_sw.m |
|
7441 yulewalker.m |
|
7442 |
|
7443 * statistics/base (new directory): |
|
7444 |
|
7445 center.m |
|
7446 cloglog.m |
|
7447 cor.m |
|
7448 cov.m |
|
7449 cut.m |
|
7450 iqr.m |
|
7451 kendall.m |
|
7452 logit.m |
|
7453 mean.m |
|
7454 meansq.m |
|
7455 moment.m |
|
7456 ppplot.m |
|
7457 probit.m |
|
7458 qqplot.m |
|
7459 range.m |
|
7460 ranks.m |
|
7461 run_count.m |
|
7462 spearman.m |
|
7463 statistics.m |
|
7464 studentize.m |
|
7465 table.m |
|
7466 values.m |
|
7467 var.m |
|
7468 |
|
7469 (Replaces cov.m and mean.m with new versions.) |
|
7470 |
|
7471 * statistics/distributions (new directory): |
|
7472 |
|
7473 beta_cdf.m |
|
7474 beta_inv.m |
|
7475 beta_pdf.m |
|
7476 beta_rnd.m |
|
7477 binomial_cdf.m |
|
7478 binomial_inv.m |
|
7479 binomial_pdf.m |
|
7480 binomial_rnd.m |
|
7481 cauchy_cdf.m |
|
7482 cauchy_inv.m |
|
7483 cauchy_pdf.m |
|
7484 cauchy_rnd.m |
|
7485 chisquare_cdf.m |
|
7486 chisquare_inv.m |
|
7487 chisquare_pdf.m |
|
7488 chisquare_rnd.m |
|
7489 discrete_cdf.m |
|
7490 discrete_inv.m |
|
7491 discrete_pdf.m |
|
7492 discrete_rnd.m |
|
7493 empirical_cdf.m |
|
7494 empirical_inv.m |
|
7495 empirical_pdf.m |
|
7496 empirical_rnd.m |
|
7497 exponential_cdf.m |
|
7498 exponential_inv.m |
|
7499 exponential_pdf.m |
|
7500 exponential_rnd.m |
|
7501 f_cdf.m |
|
7502 f_inv.m |
|
7503 f_pdf.m |
|
7504 f_rnd.m |
|
7505 gamma_cdf.m |
|
7506 gamma_inv.m |
|
7507 gamma_pdf.m |
|
7508 gamma_rnd.m |
|
7509 geometric_cdf.m |
|
7510 geometric_inv.m |
|
7511 geometric_pdf.m |
|
7512 geometric_rnd.m |
|
7513 hypergeometric_cdf.m |
|
7514 hypergeometric_inv.m |
|
7515 hypergeometric_pdf.m |
|
7516 hypergeometric_rnd.m |
|
7517 kolmogorov_smirnov_cdf.m |
|
7518 laplace_cdf.m |
|
7519 laplace_inv.m |
|
7520 laplace_pdf.m |
|
7521 laplace_rnd.m |
|
7522 logistic_cdf.m |
|
7523 logistic_inv.m |
|
7524 logistic_pdf.m |
|
7525 logistic_rnd.m |
|
7526 lognormal_cdf.m |
|
7527 lognormal_inv.m |
|
7528 lognormal_pdf.m |
|
7529 lognormal_rnd.m |
|
7530 normal_cdf.m |
|
7531 normal_inv.m |
|
7532 normal_pdf.m |
|
7533 normal_rnd.m |
|
7534 pascal_cdf.m |
|
7535 pascal_inv.m |
|
7536 pascal_pdf.m |
|
7537 pascal_rnd.m |
|
7538 poisson_cdf.m |
|
7539 poisson_inv.m |
|
7540 poisson_pdf.m |
|
7541 poisson_rnd.m |
|
7542 stdnormal_cdf.m |
|
7543 stdnormal_inv.m |
|
7544 stdnormal_pdf.m |
|
7545 stdnormal_rnd.m |
|
7546 t_cdf.m |
|
7547 t_inv.m |
|
7548 t_pdf.m |
|
7549 t_rnd.m |
|
7550 uniform_cdf.m |
|
7551 uniform_inv.m |
|
7552 uniform_pdf.m |
|
7553 uniform_rnd.m |
|
7554 weibull_cdf.m |
|
7555 weibull_inv.m |
|
7556 weibull_pdf.m |
|
7557 weibull_rnd.m |
|
7558 wiener_rnd.m |
|
7559 |
|
7560 * statistics/models (new directory): |
|
7561 |
|
7562 logistic_regression.m |
|
7563 logistic_regression_derivatives.m |
|
7564 logistic_regression_likelihood.m |
|
7565 |
|
7566 * statistics/tests (new directory): |
|
7567 |
|
7568 anova.m |
|
7569 bartlett_test.m |
|
7570 chisquare_test_homogeneity.m |
|
7571 chisquare_test_independence.m |
|
7572 cor_test.m |
|
7573 f_test_regression.m |
|
7574 hotelling_test.m |
|
7575 hotelling_test_2.m |
|
7576 kolmogorov_smirnov_test.m |
|
7577 kolmogorov_smirnov_test_2.m |
|
7578 kruskal_wallis_test.m |
|
7579 manova.m |
|
7580 mcnemar_test.m |
|
7581 prop_test_2.m |
|
7582 run_test.m |
|
7583 sign_test.m |
|
7584 t_test.m |
|
7585 t_test_2.m |
|
7586 t_test_regression.m |
|
7587 u_test.m |
|
7588 var_test.m |
|
7589 welch_test.m |
|
7590 wilcoxon_test.m |
|
7591 z_test.m |
|
7592 z_test_2.m |
|
7593 |
|
7594 Thu Oct 22 12:25:55 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7595 |
|
7596 * time/date.m: Use %Y, not %y in format string, for Matlab 5 |
|
7597 compatibility and to avoid Y2K problems. |
|
7598 |
3190
|
7599 Mon Oct 19 17:26:35 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7600 |
|
7601 * polynomial/polyfit.m: Just use the \ operator to handle the |
|
7602 least-squares solution. |
|
7603 |
3180
|
7604 Thu Sep 3 12:40:47 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7605 |
|
7606 * strings/str2num.m: If eval returns a string, return an empty matrix. |
|
7607 |
|
7608 * strings/strrep.m: Don't convert args to numeric values. |
|
7609 Prevent warnings for empty string args. |
|
7610 From Georg Thimm <thimm@idiap.ch>. |
|
7611 |
|
7612 * strings/strcat.m: Prevent warnings for empty string args. |
|
7613 |
|
7614 Wed Sep 2 17:20:24 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7615 |
|
7616 * miscellaneous/menu.m: Remove special case for empty string |
|
7617 returned from input(). Add second arg to eval() to catch errors. |
|
7618 |
3178
|
7619 Thu Jun 18 16:32:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7620 |
|
7621 * plot/__plt__.m: Don't call usleep. |
|
7622 |
3175
|
7623 Mon May 18 11:42:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7624 |
|
7625 * linear-algebra/dot.m: New function. |
|
7626 |
|
7627 * strings/lower.m, strings/upper.m: New functions, for Matlab |
|
7628 compatibility. |
|
7629 |
|
7630 Fri May 15 01:16:53 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7631 |
|
7632 * plot/hist.m: Also allow just one output argument. |
|
7633 |
|
7634 Sun May 10 23:00:45 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7635 |
|
7636 * strings/deblank.m: Make it work if the string is only blanks. |
|
7637 |
|
7638 Tue May 5 00:53:36 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7639 |
|
7640 * plot/__plt2mv__.m: Delete calls to keyboard. |
|
7641 |
|
7642 Mon May 4 11:43:31 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7643 |
|
7644 * plot/oneplot.m: Fix typo. |
|
7645 |
3174
|
7646 Wed Apr 22 12:11:27 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7647 |
|
7648 * miscellaneous/flops.m: Allow a single argument too. |
|
7649 |
|
7650 Tue Apr 21 10:18:20 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7651 |
|
7652 * strings/str2mat.m: Also handle case when there are no empty |
|
7653 strings correctly. |
|
7654 |
|
7655 Mon Apr 20 22:14:15 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7656 |
|
7657 * strings/isletter.m: New function, for Matlab compatibility. |
|
7658 |
3168
|
7659 Fri Apr 17 10:53:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7660 |
|
7661 * strings/str2mat.m: Handle string matrices too. |
|
7662 |
3167
|
7663 Wed Apr 15 11:16:01 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7664 |
|
7665 * audio/loadaudio.m: Accept "pcm" as another file extension for |
|
7666 linear encoding. |
|
7667 |
|
7668 * audio/saveaudio.m, audio/loadaudio.m, audio/playaudio.m, |
|
7669 audio/record.m: Open files in binary mode. |
|
7670 |
3164
|
7671 Fri Apr 10 10:46:21 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7672 |
|
7673 * miscellaneous/dump_prefs.m: Use string array for list of values. |
|
7674 Move functionality of dump_1_pref here, but use built-in function |
|
7675 type to extract value, and put it inside try/catch block. |
|
7676 * miscellaneous/dump_1_pref.m: Delete unused function. |
|
7677 |
3162
|
7678 Wed Apr 8 13:17:58 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7679 |
|
7680 * plot/__pltopt1.m__: New file. |
|
7681 * plot/__pltopt.m__: Handle opt as a string array by calling |
|
7682 __pltopt1__ multiple times and returning a string array with rows |
|
7683 corresponding to the rows of opt. |
|
7684 * plot/__plt2ss__.m, plot/__plt2vv__.m, plot/__plt2vm__.m, |
|
7685 plot/__plt2mv__.m, plot/__plt2mm__.m: Handle fmt as a string |
|
7686 array. |
|
7687 |
|
7688 Fri Mar 27 03:00:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7689 |
|
7690 * plot/mplot.m: Fix misspellings of global variables. |
|
7691 Don't call clearplot. |
|
7692 |
|
7693 Tue Mar 17 17:45:25 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7694 |
|
7695 * plot/subplot.m, plot/multiplot.m: Set gnuplot_command_replot to |
|
7696 "cle;rep" when going in ot multiplot mode. |
|
7697 * plot/oneplot.m: Reset gnuplot_command_replot to "rep" when |
|
7698 switching out of multiplot mode. |
|
7699 |
3156
|
7700 Fri Feb 20 01:31:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
3148
|
7701 |
3156
|
7702 * plot/mplot.m, plot/subplot.m, plot/oneplot.m, plot/multiplot.m, |
|
7703 plot/subwindow.m: Call clearplot after setting up multiplot mode. |
3148
|
7704 |
3141
|
7705 Tue Feb 3 00:18:40 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7706 |
|
7707 * special-matrix/sylvester_matrix.m: Rename from hadamard.m |
|
7708 |
|
7709 * miscellaneous/bug_report.m: Don't try to get smart with |
|
7710 OCTAVE_HOME. Assume octave-bug can be found in EXEC_PATH. |
|
7711 |
|
7712 * Makefile.in (install): Create separate ls-R files for |
|
7713 $(datadir) and $(libexecdir). |
|
7714 (uninstall): Remove both ls-R files. |
|
7715 |
3136
|
7716 Sat Jan 31 01:09:32 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7717 |
|
7718 * signal/fftshift.m: New file. |
|
7719 |
|
7720 * plot/contour.m: Fix for non-square case. |
|
7721 |
|
7722 * general/randperm.m: New file. |
|
7723 |
|
7724 Fri Jan 30 15:20:39 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7725 |
|
7726 * specfun/betai.m: Restore file for compatibility with previous |
|
7727 versions. Call betainc with reordered args. |
|
7728 * specfun/gammai.m: Likewise, call gammainc with reordered args. |
|
7729 |
3131
|
7730 Wed Jan 28 22:44:59 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7731 |
|
7732 * plot/contour.m: Handle discrete contour levels. |
|
7733 |
|
7734 Tue Jan 27 04:31:22 1998 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7735 |
|
7736 * control/lyap.m: For compatibility with Matlab, solve |
|
7737 A*X + X*A' + C = 0 instead of A'*X + X*A + C = 0. |
|
7738 |
3124
|
7739 Wed Dec 10 00:14:29 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7740 |
|
7741 * specfun/bessel.m: New file. |
|
7742 |
|
7743 * specfun/betai.m, specfun/betainc.m, specfun/gammai.m, |
|
7744 specfun/gammainc.m: Delete. |
|
7745 |
3106
|
7746 Wed Nov 19 00:19:18 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7747 |
|
7748 * image/colormap.m: Initialize __current_color_map__ in global |
|
7749 statement. |
|
7750 * miscellaneous/toc.m: Initialize __tic_toc_timestamp__ in global |
|
7751 statement. |
|
7752 * plot/axis.m: Initialize __current_axis__ in global statement. |
|
7753 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7754 plot/subwindow.m: Initialize __multiplot_mode__ in global statement. |
|
7755 |
3103
|
7756 Tue Nov 18 01:35:50 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7757 |
|
7758 * time/tic.m: Rename _time_tic_called to __tic_toc_timestamp__. |
|
7759 * time/toc.m: Likewise. |
|
7760 |
|
7761 * image/colormap.m: Rename CURRENT_COLOR_MAP to __current_color_map__. |
|
7762 |
|
7763 * plot/mplot.m, plot/multiplot.m, plot/subplot.m: Don't do |
|
7764 anything special for automatic_replot when in multiplot mode -- |
|
7765 recent 3.6beta releases handle this correctly. |
|
7766 |
|
7767 * plot/figure.m: Ensure that we are not in multiplot mode before |
|
7768 setting the terminal type. |
|
7769 |
|
7770 * plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/subplot.m, |
|
7771 plot/subwindow.m: Use leading and trailing underscores for |
|
7772 `private' globals. |
|
7773 |
|
7774 * plot/oneplot.m: Don't do anything if gnuplot_has_multiplot is false. |
|
7775 |
3101
|
7776 Fri Nov 14 10:53:11 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7777 |
|
7778 * plot/__pltopt__.m: Use sprintf instead of strcat when adding TITLE. |
|
7779 |
3091
|
7780 Fri Oct 10 11:18:10 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7781 |
3092
|
7782 * specfun/gammai.m: Avoid problems with whitespace when |
|
7783 constructing matrices. |
|
7784 |
3091
|
7785 * polynomial/polyfit.m: Compute yf correctly. From Seung Lee |
|
7786 <SJL@nrc.gov>. Also return yf in the same orientation as the |
|
7787 original y vector. |
|
7788 |
3085
|
7789 Fri Sep 19 17:04:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7790 |
|
7791 * linear-algebra/cross.m: Use direct formula instead of calling |
|
7792 det three times in a loop. If both args are column (row) vectors, |
|
7793 return a column (row) vector. If they don't match, pay attention |
|
7794 to the value of prefer_column_vectors. |
|
7795 |
5095
|
7796 Thu Aug 28 15:31:20 1997 Rolf Fabian <fabian@olymp.Umwelt.TU-Cottbus.de> |
3085
|
7797 |
|
7798 * polynomial/polyvalm.m: Don't assume orthogonal eigenvectors for |
|
7799 nonsymmetric matrices. |
|
7800 |
|
7801 * general/tril.m: Fix usage message. |
|
7802 |
|
7803 * polynomial/polyvalm.m: Fix error messages. |
|
7804 * polynomial/polyderiv.m: Likewise. |
|
7805 * polynomial/polyval.m: Likewise. |
|
7806 |
3081
|
7807 Wed Aug 13 14:14:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7808 |
|
7809 * strings/blanks.m: Allow blanks(0) to return empty string. |
|
7810 Allow negative arguments if treat_neg_dim_as_zero is true. |
|
7811 |
3063
|
7812 Wed Jun 25 21:26:24 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7813 |
|
7814 * plot/mesh.m: Set noparametric plot mode after plotting. |
|
7815 |
5095
|
7816 Wed Jun 25 21:06:10 1997 Rick Niles <niles@axp745.gsfc.nasa.gov> |
3062
|
7817 |
|
7818 * plot/__pltopt__.m: Handle key/legend names. |
|
7819 Correctly set colors, line styles, and point styles. |
|
7820 |
3061
|
7821 Wed Jun 25 13:34:06 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7822 |
|
7823 * polynomial/polyfit.m: Return fit y values as second output. |
|
7824 Don't use QR factorization to solve least squares problem. |
|
7825 |
|
7826 Wed Jun 18 10:24:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7827 |
|
7828 * control/dlqr.m: Use ao, not a, to compute k. |
|
7829 |
3024
|
7830 Tue Jun 3 12:16:00 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7831 |
|
7832 * miscellaneous/path.m: New file. |
|
7833 |
2993
|
7834 Wed May 21 11:45:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7835 |
|
7836 * miscellaneous/bug_report.m: Pass file id to dump_prefs, not file |
|
7837 name. |
|
7838 |
2968
|
7839 Mon May 12 02:04:01 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7840 |
|
7841 * specfun/erfinv.m: Add missing semicolon. |
|
7842 |
2870
|
7843 Wed Apr 2 22:04:03 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7844 |
|
7845 * miscellaneous/xor.m: Make type of return value logical. |
|
7846 |
2853
|
7847 Fri Mar 28 16:19:53 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7848 |
|
7849 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7850 warn_comma_in_global_decl. |
|
7851 |
2831
|
7852 Tue Mar 25 22:00:49 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7853 |
|
7854 * miscellaneous/bug_report.m: Use __OCTAVE_HOME__ to find |
|
7855 octave-bug script. |
|
7856 |
2823
|
7857 Mon Mar 24 16:49:47 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7858 |
2824
|
7859 * miscellaneous/dump_prefs.m: Delete call to dump_1_pref for |
|
7860 prefer_zero_one_indexing. |
|
7861 |
2823
|
7862 * general/logical.m: New file. |
|
7863 |
2816
|
7864 Sat Mar 15 15:07:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7865 |
|
7866 * general/nextpow2.m: Correctly handle new meaning of is_scalar() |
|
7867 and is_vector(). |
|
7868 |
5095
|
7869 Thu Mar 13 16:36:35 1997 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
2813
|
7870 |
|
7871 * specfun/erfinv.m: Scale update by sqrt (pi) / 2. |
|
7872 Use tolerance of 2 * eps. |
|
7873 |
2811
|
7874 Wed Mar 12 16:57:45 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7875 |
|
7876 * Makefile.in (install-strip): New target. |
|
7877 * audio/Makefile.in: Ditto. |
|
7878 * control/Makefile.in: Ditto. |
|
7879 * elfun/Makefile.in: Ditto. |
|
7880 * general/Makefile.in: Ditto. |
|
7881 * image/Makefile.in: Ditto. |
|
7882 * io/Makefile.in: Ditto. |
|
7883 * linear-algebra/Makefile.in: Ditto. |
|
7884 * miscellaneous/Makefile.in: Ditto. |
|
7885 * plot/Makefile.in: Ditto. |
|
7886 * polynomial/Makefile.in: Ditto. |
|
7887 * set/Makefile.in: Ditto. |
|
7888 * signal/Makefile.in: Ditto. |
|
7889 * specfun/Makefile.in: Ditto. |
|
7890 * special-matrix/Makefile.in: Ditto. |
|
7891 * startup/Makefile.in: Ditto. |
|
7892 * statistics/Makefile.in: Ditto. |
|
7893 * strings/Makefile.in: Ditto. |
|
7894 |
2809
|
7895 Tue Mar 11 10:14:26 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7896 |
|
7897 * elfun/coth.m: Write as cosh(x) ./ sinh(x) instead of 1 ./ tanh(x). |
|
7898 |
2798
|
7899 Fri Mar 7 23:06:48 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7900 |
|
7901 * statistics/corrcoef.m: Make it actually work. |
|
7902 |
2795
|
7903 Thu Mar 6 12:36:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7904 |
2798
|
7905 * statistics/corrcoef.m: Don't fail if single argument is a matrix. |
2795
|
7906 |
2779
|
7907 Sat Mar 1 15:23:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2775
|
7908 |
|
7909 * Version 2.0.5 released. |
|
7910 |
2745
|
7911 Wed Feb 26 01:48:28 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7912 |
2749
|
7913 * Makefile.in (maintainer-clean): Also remove configure. |
|
7914 |
2746
|
7915 * signal/fftconv.m: Check inputs with is_vector(), not is_matrix(). |
|
7916 |
2745
|
7917 * general/is_matrix.m: Return zero for empty matrices. |
|
7918 |
|
7919 Tue Feb 25 15:16:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7920 |
|
7921 * linear-algebra/vech.m: Size result just once. |
|
7922 |
2726
|
7923 Sun Feb 23 00:15:57 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7924 |
|
7925 * general/is_square.m: Handle empty matrices correctly. |
|
7926 * general/is_symmetric.m: Handle empty matrices and strings. |
|
7927 |
2716
|
7928 Sat Feb 22 01:06:22 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7929 |
|
7930 * polynomial/conv.m: Check inputs with is_vector(), not is_matrix(). |
|
7931 * polynomial/deconv.m: Likewise. |
|
7932 * polynomial/polyderiv.m: Likewise. |
|
7933 * polynomial/polyinteg.m: Likewise. |
|
7934 * polynomial/polyreduce.m: Likewise. |
|
7935 * polynomial/polyval.m: Likewise. |
|
7936 * polynomial/polyvalm.m: Likewise. |
|
7937 * general/postpad.m: Likewise. |
|
7938 * general/prepad.m: Likewise. |
|
7939 |
|
7940 * polynomial/compan.m: Check input with is_vector(), not |
|
7941 is_matrix(). Handle scalar case. |
|
7942 |
2711
|
7943 Fri Feb 21 13:36:58 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7944 |
2715
|
7945 * plot/contour.m: Order data so that it is consistent with |
|
7946 meshgrid and mesh. |
|
7947 |
2711
|
7948 * plot/meshdom.m, plot/meshgrid.m: Change help message. |
|
7949 * plot/sombrero.m: Use meshgrid, not meshdom. |
|
7950 |
2709
|
7951 Thu Feb 20 02:58:05 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2702
|
7952 |
|
7953 * Version 2.0.4 released. |
|
7954 |
2706
|
7955 Wed Feb 19 10:30:14 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7956 |
2702
|
7957 * miscellaneous/paren.m: New file. |
|
7958 |
2693
|
7959 Tue Feb 18 09:22:04 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
2690
|
7960 |
|
7961 * Version 2.0.3 released. |
|
7962 |
2676
|
7963 Thu Feb 13 19:06:42 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7964 |
|
7965 * image/saveimage.m: Only clip image data that is actually out of |
|
7966 range. |
|
7967 |
2667
|
7968 Sun Feb 9 19:52:08 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7969 |
|
7970 * general/is_matrix.m: Scalars, vectors, and empty matrices may |
|
7971 also be considered to be matrices. |
|
7972 |
|
7973 * general/is_vector.m: Scalars may also be considered to be vectors. |
|
7974 |
|
7975 * general/isempty.m: Use size(), not rows() and columns(). |
|
7976 |
|
7977 * plot/contour.m: Convert set to gset. |
|
7978 Set view to 0, 0, 1, 1, not 0, 0, 1.9, 1. |
|
7979 |
2663
|
7980 Fri Feb 7 12:55:55 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7981 |
|
7982 * specfun/erfinv.m: Fix typo in last change. |
|
7983 |
2650
|
7984 Fri Jan 31 09:30:16 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7985 |
|
7986 * image/loadimage.m: Make it possible to load files with image |
|
7987 data named X or img. |
|
7988 |
|
7989 * image/default.img: Change name of image from X to img to match |
|
7990 what saveimage does now. |
|
7991 |
|
7992 * image/loadimage.m: Rename X to be img, to match what saveimage |
|
7993 does now. |
|
7994 |
2632
|
7995 Mon Jan 27 13:48:31 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
7996 |
2634
|
7997 * Version 2.0.2 released. |
|
7998 |
2632
|
7999 * plot/__plt__.m: Use usleep() instead of replot to try to avoid |
|
8000 weird missing-lines bug without creating extra plots unecessarily. |
|
8001 |
2624
|
8002 Sat Jan 25 22:37:07 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8003 |
|
8004 * Makefile.in, audio/Makefile.in, control/Makefile.in, |
|
8005 elfun/Makefile.in, general/Makefile.in, image/Makefile.in, |
|
8006 io/Makefile.in, linear-algebra/Makefile.in, |
|
8007 miscellaneous/Makefile.in, plot/Makefile.in, |
|
8008 polynomial/Makefile.in, set/Makefile.in, signal/Makefile.in, |
|
8009 specfun/Makefile.in, special-matrix/Makefile.in, |
|
8010 startup/Makefile.in, statistics/Makefile.in, strings/Makefile.in, |
|
8011 time/Makefile.in (bin-dist): New target. |
|
8012 |
2621
|
8013 Wed Jan 22 11:28:30 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8014 |
|
8015 * specfun/erfinv.m: Avoid A([]) = X, X != [] error. |
|
8016 |
|
8017 Tue Jan 21 11:16:40 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8018 |
|
8019 * miscellaneous/xor.m: Make it work. |
|
8020 |
2613
|
8021 Mon Jan 20 12:28:34 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8022 |
|
8023 * plot/sombrero.m: Doc fix. |
|
8024 |
2602
|
8025 Tue Jan 7 00:16:52 1997 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8026 |
|
8027 * Version 2.0.1 released. |
|
8028 |
2601
|
8029 Thu Dec 19 22:16:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8030 |
|
8031 * elfun/lcm.m: Replace missing if statement. |
|
8032 |
|
8033 * elfun/gcd.m: Report error if no input args. |
|
8034 * elfun/lcm.m: Likewise. |
|
8035 |
2597
|
8036 Mon Dec 16 15:23:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8037 |
|
8038 * Makefile.in (install): Use ls -LR to create ls-R database. |
|
8039 Also list contents of $libexecdir/octave in ls-R database. |
|
8040 |
2583
|
8041 Tue Dec 10 01:43:07 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8042 |
|
8043 * Version 2.0 released. |
|
8044 |
2575
|
8045 Fri Dec 6 15:23:46 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8046 |
|
8047 * Version 1.94. |
|
8048 |
2558
|
8049 Sun Dec 1 20:55:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8050 |
|
8051 * strings/str2num.m: New file. |
|
8052 |
2554
|
8053 Wed Nov 20 01:00:24 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8054 |
|
8055 * Version 1.93. |
|
8056 |
2540
|
8057 Tue Nov 19 15:13:35 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8058 |
|
8059 * linear-algebra/commutation_matrix.m, linear-algebra/cross.m, |
|
8060 linear-algebra/duplication_matrix.m, linear-algebra/vec.m, |
|
8061 linear-algebra/vech.m: New files from Kurt Hornik. |
|
8062 |
|
8063 * general/nextpow2.m, general/shift.m, general/diff.m, |
|
8064 general/common_size.m: New files from Kurt Hornik. |
|
8065 |
|
8066 * miscellaneous/bincoeff.m, miscellaneous/xor.m: |
|
8067 New files from Kurt Hornik. |
|
8068 |
|
8069 * signal/detrend.m: New file from Kurt Hornik. |
|
8070 |
|
8071 * specfun/betai.m, specfun/gammai.m, specfun/erfinv.m, |
|
8072 specfun/pow2.m, specfun/log2.m: |
|
8073 New files and updates from Kurt Hornik. |
|
8074 |
2523
|
8075 Fri Nov 15 18:13:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8076 |
|
8077 * plot/__plt__.m: Add explicit replot after last command is |
|
8078 issued, to force all lines to be displayed. Hmm. |
|
8079 |
2512
|
8080 Thu Nov 14 00:06:34 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8081 |
2520
|
8082 * plot/axis.m, plot/bottom_title.m, plot/contour.m, |
|
8083 plot/figure.m, plot/grid.m, plot/loglog.m, plot/mesh.m, |
|
8084 plot/mplot.m, plot/multiplot.m, plot/oneplot.m, plot/plot.m, |
|
8085 plot/plot_border.m, plot/polar.m, plot/semilogx.m, |
|
8086 plot/semilogy.m, plot/subplot.m, plot/subwindow.m, plot/title.m, |
|
8087 plot/top_title.m, plot/xlabel.m, plot/ylabel.m, plot/zlabel.m: |
|
8088 Uset gset, not set. |
|
8089 |
2512
|
8090 * Version 1.92. |
|
8091 |
2482
|
8092 Thu Nov 7 12:43:12 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8093 |
2486
|
8094 * image/saveimage.m: When writing PostScript, name Octave as the |
|
8095 almighty Creator. Use single call to fprintf instead of looping. |
|
8096 |
|
8097 * image/Makefile.in: Delete references to octtopnm. |
|
8098 |
|
8099 * general/logspace.m: Doc fix. |
|
8100 |
2482
|
8101 * Version 1.91. |
|
8102 |
2458
|
8103 Sat Nov 2 21:06:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8104 |
|
8105 * image/image.m: Use tmpnam() instead of home-brew scheme. |
|
8106 |
|
8107 * audio/record.m, audio/playaudio.m: Use tmpnam() instead of |
|
8108 octave_tmp_file_name(). Use unwind_protect to ensure tmp file is |
|
8109 deleted. |
|
8110 * miscellaneous/bug_report.m: Likewise. Also use unlink() instead |
|
8111 of a system() command to delete the tmp file. |
|
8112 |
2452
|
8113 Wed Oct 30 17:19:45 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8114 |
|
8115 * Version 1.90. |
|
8116 |
|
8117 * Makefile.in (DISTFILES): Add ChangeLog. |
|
8118 |
2360
|
8119 Thu Oct 10 17:31:01 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8120 |
|
8121 * plot/subplot.m, plot/multiplot.m, plot/mplot.m: |
|
8122 Don't check for string value of automatic_replot. |
|
8123 |
|
8124 * image/ind2ind.m, image/ind2rgb.m, image/ind2gray.m: |
|
8125 Temporarily set do_fortran_indexing to 1, not "true". |
|
8126 |
|
8127 * miscellaneous/menu.m: Temporarily set page_screen_output to 0, |
|
8128 not "false". |
|
8129 |
|
8130 * linear-algebra/cond.m: Don't compare propagate_empty_matrices to |
|
8131 "false". |
|
8132 |
2355
|
8133 Tue Aug 20 18:27:36 1996 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> |
|
8134 |
|
8135 * strings/substr.m: Allow negative OFFSET. LEN is now optional. |
|
8136 |
2330
|
8137 Mon Jul 15 16:15:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8138 |
|
8139 * miscellaneous/bug_report.m: Don't redirect output to /dev/tty in |
|
8140 system command. |
|
8141 |
|
8142 Fri Jul 12 12:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8143 |
|
8144 * __plr1__.m: Renamed from polar_int_1.m. |
|
8145 * __plr2__.m: Renamed from polar_int_2.m. |
|
8146 * __plr__.m: Renamed from polar_int.m. |
|
8147 * __plt1__.m: Renamed from plot_int_1.m. |
|
8148 * __plt2__.m: Renamed from plot_int_2.m. |
|
8149 * __plt2mm__.m: Renamed from plot_2_m_m_.m. |
|
8150 * __plt2mv__.m: Renamed from plot_2_m_v_.m. |
|
8151 * __plt2ss__.m: Renamed from plot_2_s_s_.m. |
|
8152 * __plt2vm__.m: Renamed from plot_2_v_m_.m. |
|
8153 * __plt2vv__.m: Renamed from plot_2_v_v_.m. |
|
8154 * __plt__.m: Renamed from plot_int.m. |
|
8155 * __pltopt__.m: Renamed from plot_opt.m. |
|
8156 Change all callers. |
|
8157 |
|
8158 Thu Jul 11 17:24:29 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8159 |
|
8160 * All .m files: Add regular Author:, Created:, and Adapted-By: |
|
8161 comments like those found in Emacs lisp files. |
|
8162 |
|
8163 Mon Jun 24 04:16:41 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8164 |
|
8165 * All .m files: Change comment style. |
|
8166 |
|
8167 Fri Jun 14 01:42:21 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8168 |
|
8169 * bottom_title.m, mplot.m, multiplot.m, oneplot.m, plot_border.m, |
|
8170 subplot.m, subwindow.m, top_title.m: |
|
8171 Print error message if gnuplot_has_multiplot is not true. |
|
8172 |
|
8173 Thu Jun 6 00:18:54 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8174 |
|
8175 * plot/figure.m: New function. |
|
8176 |
|
8177 Wed Jun 5 18:19:00 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8178 |
|
8179 * strings/strrep.m: New function. |
|
8180 |
|
8181 Thu May 23 15:04:22 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8182 |
|
8183 * strings/bin2dec.m, strings/blanks.m, strings/deblank.m, |
|
8184 strings/dec2bin.m, strings/dec2hex.m, strings/findstr.m, |
|
8185 strings/hex2dec.m, strings/index.m, strings/rindex.m, |
|
8186 strings/split.m, strings/str2mat.m, strings/substr.m: |
|
8187 New functions from Kurt Hornik, heavily modified by jwe. |
|
8188 |
|
8189 * general/reshape.m: Allow strings to be reshaped too. |
|
8190 |
|
8191 * strings/strcmp.m: No longer need to set implicit_str_to_num_ok. |
|
8192 Always return a scalar. |
|
8193 |
|
8194 Wed May 22 19:52:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8195 |
|
8196 * polynomial/polyfit.m: Make orientation of result compatible with |
|
8197 Matlab. |
|
8198 |
|
8199 Sat May 18 17:32:15 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8200 |
|
8201 * polynomial/polyfit.m: Add missing close paren. |
|
8202 |
|
8203 Thu May 16 10:23:11 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8204 |
|
8205 * plot/plot_opt.m: Set compatibility arg in call to sscanf. |
|
8206 |
|
8207 * io/scanf.m: Delete. |
|
8208 |
|
8209 Mon May 13 09:37:38 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8210 |
|
8211 * statistics/median.m: Fix typo in usage message. |
|
8212 |
|
8213 Wed Apr 24 02:45:52 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8214 |
|
8215 * miscellaneous/popen2.m: New file. |
|
8216 |
|
8217 Wed Apr 17 18:34:04 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8218 |
|
8219 * configure.in (AC_OUTPUT): Add io/Makefile. |
|
8220 |
|
8221 * io: New directory. |
|
8222 * Makefile.in (SUBDIRS): Add it to the list. |
|
8223 |
|
8224 * miscellaneous/flops.m: New file. |
|
8225 |
|
8226 Fri Mar 22 04:40:48 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8227 |
|
8228 * miscellaneous/cputime.m: Return three arguments instead of a |
|
8229 vector, for compatibility with previous versions and with Matlab |
|
8230 (which only returns one scalar value). |
|
8231 |
|
8232 Wed Mar 20 05:09:48 1996 Kurt Hornik <Kurt.Hornik@tuwien.ac.at> |
|
8233 |
|
8234 * general/triu.m: Compute lower bound on loop index correctly. |
|
8235 * general/tril.m: Likewise, for upper bound. |
|
8236 |
|
8237 Tue Feb 6 09:29:43 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8238 |
|
8239 * image/saveimage.m: For color images, make sure indices into |
|
8240 temporary colormap and result matrix have proper orientation. |
|
8241 Set grey flag correctly. |
|
8242 |
|
8243 Tue Jan 9 00:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8244 |
|
8245 * statistics/std.m: Use better formula (from Jim Van Zandt |
|
8246 jrv@vanzandt.mv.com). |
|
8247 |
|
8248 Sun Jan 7 20:12:14 1996 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8249 |
|
8250 * meshgrid.m: New file (from Jim Van Zandt jrv@vanzandt.mv.com). |
|
8251 * mesh.m: Transpose Z if only one arg. |
|
8252 Handle case of all three args being matrices (from Jim Van Zandt |
|
8253 jrv@vanzandt.mv.com). |
|
8254 * meshdom.m: Undo previous change. |
|
8255 |
|
8256 Wed Dec 20 13:48:12 1995 John W. Eaton <jwe@bevo.che.wisc.edu> |
|
8257 |
|
8258 * configure.in (AC_OUTPUT): Add audio/Makefile |
|
8259 |
|
8260 Thu Nov 16 13:07:07 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8261 |
|
8262 * audio: New directory of files from Kurt Hornik and Andreas |
|
8263 Weingessel. |
|
8264 * audio/Makefile.in: New file. |
|
8265 * Makefile.in (SUBDIRS): Add audio to the list. |
|
8266 |
|
8267 Mon Nov 6 07:29:35 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8268 |
|
8269 * polynomial/polyfit.m: Use `economy-stle' QR factorization. |
|
8270 |
|
8271 Fri Nov 3 00:38:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8272 |
|
8273 * plot/mesh.m: Require, length (y) == rows (z) and length (x) == |
|
8274 columns (z), not the other way around. |
|
8275 * plot/meshdom.m: Don't reverse order of elements in y. |
|
8276 |
|
8277 Thu Nov 2 23:56:53 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8278 |
|
8279 * plot/axis.m: Return current axis if nargin == 0. |
|
8280 |
|
8281 Tue Oct 31 04:11:28 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8282 |
|
8283 * polynomial/roots.m: Updates from Kurt Hornik. |
|
8284 |
|
8285 * polynomial/polyder.m: New file. |
|
8286 |
|
8287 * polynomial/polyderiv.m: Give return value and arg different names. |
|
8288 |
|
8289 Mon Oct 30 23:27:02 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8290 |
|
8291 * specfun/betainc.m: New file. |
|
8292 * specfun/gammainc.m: New file. |
|
8293 |
|
8294 Wed Oct 18 23:45:52 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8295 |
|
8296 * general/strerror.m: New file. |
|
8297 * general/perror.m: Implement using strerror(). |
|
8298 |
|
8299 Thu Oct 5 03:21:36 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8300 |
|
8301 * plot/bottom_title.m plot/mplot.m plot/multiplot.m plot/oneplot.m |
|
8302 plot/plot_border.m plot/subplot.m plot/subwindow.m |
|
8303 plot/top_title.m plot/zlabel.m: New files, from Vinayak Dutt. |
|
8304 |
|
8305 * image/saveimage.m: Round img values first. |
|
8306 |
|
8307 Tue Oct 3 03:55:18 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8308 |
|
8309 * control/abcddim.m control/are.m general/tril.m general/triu.m |
|
8310 image/saveimage.m linear-algebra/kron.m linear-algebra/norm.m |
|
8311 linear-algebra/null.m miscellaneous/etime.m plot/contour.m |
|
8312 plot/mesh.m plot/plot_int.m plot/polar_int.m |
|
8313 special-matrix/hankel.m special-matrix/toeplitz.m |
|
8314 tuwien/strfun/split.m: Add missing semicolons. |
|
8315 |
|
8316 * plot/polar_int.m: Use .', not ' to make vectors conform. |
|
8317 |
|
8318 * image/Makefile.in: Don't build or install octtoppm. |
|
8319 |
|
8320 * image/saveimage.m: Rewrite to avoid using octoppm and pbm |
6653
|
8321 routines so that people who don't have the pbm stuff installed |
2330
|
8322 can still use this function. |
|
8323 |
|
8324 Mon Oct 2 05:10:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8325 |
|
8326 * image/saveimage.m: Better error checking, clean up a bit. |
|
8327 |
|
8328 Tue Sep 26 00:04:56 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8329 |
|
8330 * plot/plot_opt.m: Change more to more_opts as a temporary fix to |
|
8331 avoid conflict with new built-in text-style function more. |
|
8332 |
|
8333 * linear-algebra/norm.m: Also allow 2nd arg == "inf". |
|
8334 |
|
8335 * startup/Makefile.in (install): Also install octaverc in |
|
8336 $localfcnfiledir/startup/octavrc. |
|
8337 |
|
8338 Wed Sep 20 00:01:30 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8339 |
|
8340 * mkinstalldirs: New file. |
|
8341 * Makefile.in (DISTFILES): Add it to the list. |
|
8342 |
|
8343 * Makefile.in (DISTFILES): Distribute configure.in and configure. |
|
8344 |
|
8345 Thu Sep 14 03:56:19 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8346 |
|
8347 * special-matrix/hankel.m: Compatibility fix. Complain if |
|
8348 r(1) != c(nr), not if r(1) != c(1). |
|
8349 |
|
8350 * signal/filter.m: Doc fix. |
|
8351 |
|
8352 Wed Sep 13 03:19:05 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8353 |
|
8354 * miscellaneous/cputime.m: Use new resource structure names (no |
|
8355 ru_ or tv_ prefixes). |
|
8356 |
|
8357 Tue Sep 12 02:20:44 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8358 |
|
8359 * time/ctime.m: Fix doc string and usage message. |
|
8360 |
|
8361 Mon Sep 11 18:43:46 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8362 |
|
8363 * time/clock.m: Use new time structure names (no tm_ prefix). |
|
8364 |
|
8365 Thu Aug 24 20:53:08 1995 John Eaton <jwe@bevo.che.wisc.edu> |
|
8366 |
|
8367 * control/c2d.m: Make function work for any value of |
|
8368 whitespace_in_literal_matrix. |
|
8369 * control/dare.m: Likewise. |
|
8370 * control/tzero.m: Likewise. |
|
8371 * elfun/gcd.m: Likewise. |
|
8372 * elfun/lcm.m: Likewise. |
|
8373 * general/postpad.m: Likewise. |
|
8374 * general/prepad.m: Likewise. |
|
8375 * linear-algebra/kron.m: Likewise. |
|
8376 * miscellaneous/etime.m: Likewise. |
|
8377 * polynomial/conv.m: Likewise. |
|
8378 * polynomial/deconv.m: Likewise. |
|
8379 * polynomial/poly.m: Likewise. |
|
8380 * polynomial/roots.m: Likewise. |
|
8381 * signal/filter.m: Likewise. |
|
8382 * signal/freqz.m: Likewise. |
|
8383 * signal/fftfilt.m: Likewise. |
|
8384 |
|
8385 Tue Jun 6 22:34:04 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8386 |
|
8387 * miscellaneous/is_leap_year.m: Make work for vector args. |
|
8388 |
|
8389 Tue May 2 16:18:33 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8390 |
|
8391 * plot/polar_int_2.m: Add missing semicolons. |
|
8392 Set theta = theta', not rho'. |
|
8393 |
|
8394 Sun Apr 30 11:19:11 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8395 |
|
8396 * polynomial/roots.m: Make it work for any value of |
|
8397 whitespace_in_literal_matrix. |
|
8398 |
|
8399 Mon Apr 10 09:37:17 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8400 |
|
8401 * configure.in: New file. |
|
8402 |
|
8403 Thu Mar 30 13:29:35 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8404 |
|
8405 * control/lyap.m: Add missing semicolon. |
|
8406 |
|
8407 * miscellaneous/cputime.m: New function file. |
|
8408 |
|
8409 Wed Mar 29 22:50:49 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8410 |
|
8411 * time: New directory. |
|
8412 * time/asctime.m, time/clock.m, time/ctime.m, time/date.m: |
|
8413 New function files. |
|
8414 * time/Makefile.in: New file. |
|
8415 * Makefile.in (SUBDIRS): Add time. |
|
8416 |
|
8417 Thu Mar 23 15:42:26 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8418 |
|
8419 * polynomial/polyreduce.m: Make sure initial index is not empty. |
|
8420 |
|
8421 Tue Mar 14 23:38:24 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8422 |
|
8423 * plot/plot_int_1.m: Transpose data with .', not '. |
|
8424 |
|
8425 Fri Mar 10 10:40:13 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8426 |
|
8427 * Makefile.in (install uninstall clean mostlyclean distclean |
|
8428 realclean): Use SUBDIR_FOR_COMMAND. Combine actions. |
|
8429 |
|
8430 Sun Feb 26 22:18:22 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8431 |
|
8432 * Makefile.in (install): Create ls-R database file. |
|
8433 (uninstall): Delete it. |
|
8434 |
|
8435 Fri Feb 24 10:36:01 1995 John Eaton <jwe@schoch.che.utexas.edu> |
|
8436 |
5378
|
8437 * image/saveimage.m: Fix typo. |
2330
|
8438 |
|
8439 See ChangeLog.1 in the top level directory for earlier changes. |